Windows Auth Problem



I have an intranet site that uses Windows Authentication. It is open to all
domain users. When I attempt to hit the site it asks me for my credentials.
I give it the same domain user name and password I used to log into Windows
and it lets me in. It is my understanding that if I am already logged in to
Windows with proper credentials it should not ask me for them again, but it
does.

IIS is configured to not allow annonymous access and only use Integrated
Windows Authentication.

My web.config contains the following:
<authentication mode="Windows"/>
<allow users="*" />
<identity impersonate="true" />

I don't think I should need those last two. But it doesn't work either way.
All I really need is to be able to identify the user so I may display
user-specific data. I'd like to do this without having them log in if they
are already logged in as a domain user. What setting am I missing?

Thanks,

John


.



Relevant Pages

  • Re: Double hop reloaded
    ... You either need to 1) setup a domain user for your ASP.NET application that has the right creds for your AD, 2) enable the delegation for your AD users if you're using integrated auth, or 3) switch to using basic auth. ... What if i revert to the IIS identity before the Active Directory query? ... I'm using impersonation, combined with windows authentication. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Authenticate the user
    ... turn on windows authentication ... Blog: http://blog.Darkfalz.com ... "Mark" wrote in message ... > I need to authenticate the user against his domain user name and password. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Single sign on between intranet server and sharepoint server
    ... Thx for the help, it works... ... >> And correct me if I'm wrong but when a user logs in as a domain user on ... >>> and your sharepoint site to trusted or intranet site in users IE ...
    (microsoft.public.sharepoint.portalserver)
  • Re: Single sign on between intranet server and sharepoint server
    ... But where can I set the option "Automatically logon with current username ... And correct me if I'm wrong but when a user logs in as a domain user on his ... > your sharepoint site to trusted or intranet site in users IE settings, ...
    (microsoft.public.sharepoint.portalserver)
  • Re: login prompt opening office document
    ... WinXP pro sp2 ... We are using windows authentication ... The intranet site is part of his "intranet sites" in IE ... He is prompted for username/password when he accesses the project ...
    (microsoft.public.sharepoint.windowsservices)