Ask a Question related to ASP.NET Security, Design and Development.
-
Troy Zirk #1
Impersonate IIS Application Pool Identity
How do I get an IIS application pool identity, and create a Windows
Impersonation Context from it?
Troy
Troy Zirk Guest
-
Windows authentication breaks after configuring application pool identity
Hi group I run IIS 6.0 on W2k3 being an Active Directory Controller in a test lab. Create a virtual directory 'test' with Windows authentication... -
SQL / IIS Application Pool Identity
Hi, I've got an ASP.NET web application which uses Windows security with a SQL Server database. I want to use the application pool identity to... -
Impersonate Identity doesn't work on the server
Hello, In my application I have to impersonate users, so I add <identity impersonate="true" /> to the Web.config file. As long as I run... -
Problems after changing Identity Application Pool Settings (sn-yycbk.dll)
Applies to: W2K3 Server / IIS6 / Default Isolation Mode / ASP.NET 1.1 We wish to run our ASPNET worker process in a domain account so as to use... -
Obtaining Application Pool Identity in Inpersonation Mode
I have an ASP.Net application running on IIS 6.0 that is configured to impersonate the identity of the user who is accessing the page. I am... -
Paul Glavich [MVP - ASP.NET] #2
Re: Impersonate IIS Application Pool Identity
Set the app pool identity in IIS, enable anonymous access, and also enable
impersonation in your web.config (not specifying the credentials). I think
that will do it. You may have to change the authentication mode to "None" in
the web.config (leave impersonation enabled).
--
- Paul Glavich
Microsoft MVP - ASP.NET
"Troy Zirk" <troyzirk@sierrasystems.com> wrote in message
news:eXzUmH5YEHA.716@TK2MSFTNGP11.phx.gbl...> How do I get an IIS application pool identity, and create a Windows
> Impersonation Context from it?
>
> Troy
>
>
Paul Glavich [MVP - ASP.NET] Guest



Reply With Quote

