Re: Windows integrated
From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 07/13/05
- Next message: Dominick Baier [DevelopMentor]: "Re: Custom Security Object - How to??"
- Previous message: Paul Clement: "Re: Windows integrated"
- In reply to: J-T: "Windows integrated"
- Next in thread: Paul Glavich [MVP ASP.NET]: "Re: Windows integrated"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 13 Jul 2005 14:01:09 -0700
Hello J-T,
you can easily find out by logging the current identity.
WindowsIdentity.GetCurrent().Name holds this information
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> 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: Dominick Baier [DevelopMentor]: "Re: Custom Security Object - How to??"
- Previous message: Paul Clement: "Re: Windows integrated"
- In reply to: J-T: "Windows integrated"
- Next in thread: Paul Glavich [MVP ASP.NET]: "Re: Windows integrated"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|