Ask a Question related to ASP.NET Security, Design and Development.
-
MS Newsgroups #1
Impersonation failure
Hi,
I am trying to implement Impersonation in ASP .Net, but can not get it to
work. I have copied the sample code
to impersonate a specific user in
[url]http://support.microsoft.com/default.aspx?scid=306158[/url]
But when i execute it, i get a exception thrown with the text "Impersonation
Failure". I have given the DOMAIN\ASPNET "Act as part of operating System"
right and added the <identity impersonate="true /> tag in the web.config
file. The website is configured for Anonymous access and is runninmg on IIS6
on Windows Server 2003.
If anyone have some ideas on what might cause this, please let me know
Regards
Niclas
MS Newsgroups Guest
-
ASP.Net Impersonation
I am trying to understand Impersonation in the ASP.Net context. Here's what I DO understand: -Using Windows Authentication with... -
JIT compilation failure with impersonation
We have two machines. Machine1 is the web server and Machine2 is the 'file server'. The goal is to read and write files from Machine2 using the... -
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... -
Impersonation without DNS?
We are developing an ASP.NET web application with web services which links (2 way) with the Microsoft CRM via its SDK using Windows Authentication.... -
Impersonation failure with Index Server and Forms Authentication with Active Directory
I'm posting my problem experience and solution I found here for other ASP.NET developers. I have a web application that uses Forms Authentication...



Reply With Quote

