Ask a Question related to ASP.NET Security, Design and Development.
-
Igor Dombrovan #1
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 on and
anonymous access off.
Create a static test.html file in the directory.
Open it in a browser and it's ok.
Now I configure a separate application pool for this virtual directory (ASP
1.1) with the default Netwok Service identity. It's ok, too.
Now I create a domain account, add it to IIS_WPG group and configure it to
be the application pool identity. This breaks Windows authentication and I
keep getting 401.1 errors from IIS.
The same works fine on another W2k3 not a domain member.
Any ideas where I can be wrong ?
Thanks
Igor Dombrovan Guest
-
Windows authentication for web application
Hi All, I want to do authentication based on the windows user accounts for my web application. I want to confirm the windows user account... -
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 IIS Application Pool Identity
How do I get an IIS application pool identity, and create a Windows Impersonation Context from it? Troy -
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... -
Ken Schaefer #2
Re: Windows authentication breaks after configuring application pool identity
I used to have a list of things to check, but don't seem to have it handy on
my current laptop.
Check this list here:
[url]http://support.microsoft.com/?kbid=812614[/url]
Cheers
Ken
"Igor Dombrovan" <no@spam.no> wrote in message
news:%23QkAGtZHFHA.3588@TK2MSFTNGP14.phx.gbl...
: 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 on and
: anonymous access off.
: Create a static test.html file in the directory.
: Open it in a browser and it's ok.
: Now I configure a separate application pool for this virtual directory
(ASP
: 1.1) with the default Netwok Service identity. It's ok, too.
: Now I create a domain account, add it to IIS_WPG group and configure it to
: be the application pool identity. This breaks Windows authentication and I
: keep getting 401.1 errors from IIS.
:
: The same works fine on another W2k3 not a domain member.
:
: Any ideas where I can be wrong ?
:
: Thanks
:
:
Ken Schaefer Guest
-
Igor Dombrovan #3
Re: Windows authentication breaks after configuring application pool identity
Hi
I cross-posted the question to IIS Security because it seems to be an IIS
authentication problem although everything breaks after I configure the
application pool's identity to a custom domain account. I check if it works
with a static html file.
Again,
Windows auth with app pool identity being Netwok Service authenticates
domain users ok.
Windows auth with app pool identity being a custom domain account included
in IIS_WPG doesn't authenticate domain users with event id 529 user name or
password unknown from Kerberos.
Anonymous works fine with any config.
Not that I'm stuck, just trying to understand how it works. Or to be
correct, doesn't work.
Thanks,
Igor
"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> сообщил/сообщила в новостях
следующее: news:eKlp0BaHFHA.2728@TK2MSFTNGP10.phx.gbl...
I used to have a list of things to check, but don't seem to have it handy on
my current laptop.
Check this list here:
[url]http://support.microsoft.com/?kbid=812614[/url]
Cheers
Ken
"Igor Dombrovan" <no@spam.no> wrote in message
news:%23QkAGtZHFHA.3588@TK2MSFTNGP14.phx.gbl...
: 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 on and
: anonymous access off.
: Create a static test.html file in the directory.
: Open it in a browser and it's ok.
: Now I configure a separate application pool for this virtual directory
(ASP
: 1.1) with the default Netwok Service identity. It's ok, too.
: Now I create a domain account, add it to IIS_WPG group and configure it to
: be the application pool identity. This breaks Windows authentication and I
: keep getting 401.1 errors from IIS.
:
: The same works fine on another W2k3 not a domain member.
:
: Any ideas where I can be wrong ?
:
: Thanks
:
:
Igor Dombrovan Guest
-
Unregistered #4
Re: Windows authentication breaks after configuring application pool identity
A quick workaround will be to have the Application Pool to take the identity of NETWORK SERVICE, and have the website to impersonate the user - add the <impersonate> tag in the web.config file.
- XavierUnregistered Guest



Reply With Quote

