Re: Windows integrated
From: Paul Glavich [MVP ASP.NET] (glav_at_aspalliance.com-NOSPAM)
Date: 07/14/05
- Next message: Paul Glavich [MVP ASP.NET]: "Re: Writing to event log"
- Previous message: Paul Glavich [MVP ASP.NET]: "Re: Registering SQL Server 2005 Beta 2 with ASP .Net 2.0 Beta 2"
- In reply to: J-T: "Windows integrated"
- Next in thread: J-T: "Re: Windows integrated"
- Reply: J-T: "Re: Windows integrated"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 14 Jul 2005 20:48:15 +1000
As long as Anonymous auth is turned off, it should be the domain user (else
a logon prompt will show for the user). If Anonynous auth is enabled (in
addition to Integrated), then it will probably be the IUSR_{machinename}
user or whoever you have defined as the anonymous user in IIS.
-- - Paul Glavich MVP ASP.NET http://weblogs.asp.net/pglavich ASPInsiders member - http://www.aspinsiders.com "J-T" <JT@nospam.com> wrote in message news:%23tgdBm9hFHA.1308@TK2MSFTNGP10.phx.gbl... > We have an asp.net application with <identity impersonate="true"/> and > <authentication mode="Windows" /> in our web config and we are using > Windows integrated in IIS and also NT AUTHORITY\NETWORK SERVICE account > in its application pool. I create an object in Global.asax which monitors > a folder for upcoming files.What is the security context of the object > since there is no user (Domain\Username) requesting this object.Is it > running under the security context of AUTHORITY\NETWORK SERVICE account ? > > Thanks in advance >
- Next message: Paul Glavich [MVP ASP.NET]: "Re: Writing to event log"
- Previous message: Paul Glavich [MVP ASP.NET]: "Re: Registering SQL Server 2005 Beta 2 with ASP .Net 2.0 Beta 2"
- In reply to: J-T: "Windows integrated"
- Next in thread: J-T: "Re: Windows integrated"
- Reply: J-T: "Re: Windows integrated"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|