Re: Configuration Differences
From: Joe Kaplan \(MVP - ADSI\) (joseph.e.kaplan_at_removethis.accenture.com)
Date: 11/20/04
- Previous message: Hernan de Lahitte: "Re: AppPool running with Domain identity - "service unavailable""
- In reply to: Matt: "Configuration Differences"
- Next in thread: Paul Glavich [MVP - ASP.NET]: "Re: Configuration Differences"
- Reply: Paul Glavich [MVP - ASP.NET]: "Re: Configuration Differences"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 19 Nov 2004 19:20:58 -0600
My guess is that anonymous access is enabled in IIS on server 1 and is not
on server 2.
Joe K.
"Matt" <Matt@discussions.microsoft.com> wrote in message
news:69AEF6B7-159E-4739-96E9-7E8A9F24C05A@microsoft.com...
>I have two sites on separate servers configured. When I query a page that
> returns information on security/user context, I get two different replies.
>
> On Server 1:
> HttpContext.Current.User.Identity
> Name
> IsAuthenticated False
> AuthenticationType
>
> WindowsIdentity.GetCurrent()
> Name MACHINENAME\IUSR_MACHINENAME1
> IsAuthenticated True
> AuthenticationType NTLM
>
> Thread.CurrentPrincipal.Identity
> Name
> IsAuthenticated False
> AuthenticationType
>
>
> On Server 2:
> HttpContext.Current.User.Identity
> Name DOMAIN\USER
> IsAuthenticated True
> AuthenticationType Negotiate
>
> WindowsIdentity.GetCurrent()
> Name DOMAIN\USER
> IsAuthenticated True
> AuthenticationType NTLM
>
> Thread.CurrentPrincipal.Identity
> Name DOMAIN\USER
> IsAuthenticated True
> AuthenticationType Negotiate
>
> --
>
> My question is what is the likely configuration that is created these
> differing scenarios. I have not been able to locate the entries in
> machine.config,web.config or system.config that would be causing this
> since
> most of these files have the default configuration. Also, which of the
> above
> could I expect to see as a default configuration on a web in IIS?
- Previous message: Hernan de Lahitte: "Re: AppPool running with Domain identity - "service unavailable""
- In reply to: Matt: "Configuration Differences"
- Next in thread: Paul Glavich [MVP - ASP.NET]: "Re: Configuration Differences"
- Reply: Paul Glavich [MVP - ASP.NET]: "Re: Configuration Differences"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|