Ask a Question related to ASP.NET Security, Design and Development.
-
Tobias Lekman #1
Disable impersonation programmatically?
Hi,
I have an issue with Indexing service and impersonation,
namely that Indexing service do not work properly with
<identity impersonate="true" />
I am using this parameter for different access levels for
WRITE access and am using trusted sql connections,
therefore I do not want to disable impersonation.
The question is: is there a way to programmatically,
within the code-behind or class file, to disable
impersonation and execute using the anonymous or system
account??
The only way I found around this was to create a web
service as a wrapper for the indexing service calls, which
is not very elegant at all.
Any ideas would be deeply appreciated.
Tobias
Tobias Lekman Guest
-
Impersonation
Can someone explain this to me I have a web app I am trying to deploy for the Intranet of our company. I want to use integrated windows so have... -
Programmatically disable DSN
Hi all, I have a CF MX 6.1 app that accesses an AS/400 DB2 database, but I need to make sure ColdFusion disconnects from DB2 at a particular time... -
How to disable copy/past (selectable='disable') fromTextArea
How to disable copy/past and text selection ability from TextArea? <mx:Text has a nice selectable='false' propertie, but TextAre hasn't. Very,... -
Impersonation in ASP.Net
Hi, you can enter a domainuser for the anonymous access. Than you just have to activate impersonation for your web application. Modify the... -
Using Impersonation
Is it ok to use impersonation in the web.config file for a web service? Let me tell you why I ask. My web service to ultimately connection to a...



Reply With Quote

