Re: Windows integrated
From: J-T (JT_at_nospam.com)
Date: 07/14/05
- Next message: Paul Clement: "Re: Connecting to DB and other resources outside the domain"
- Previous message: J-T: "Re: Connecting to DB and other resources outside the domain"
- In reply to: Paul Glavich [MVP ASP.NET]: "Re: Windows integrated"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 14 Jul 2005 09:28:21 -0700
but which user is that????? no boday has authenticated with my system yet!!
"Paul Glavich [MVP ASP.NET]" <glav@aspalliance.com-NOSPAM> wrote in message
news:u5LSNGGiFHA.1428@TK2MSFTNGP10.phx.gbl...
> 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 Clement: "Re: Connecting to DB and other resources outside the domain"
- Previous message: J-T: "Re: Connecting to DB and other resources outside the domain"
- In reply to: Paul Glavich [MVP ASP.NET]: "Re: Windows integrated"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|