ASP.NET Windows Authentication -


I have an asp.net website that is installed using Windows authentication. Every time I open IE and try to access the webpage, I get the Windows authentication screen. Once I've logged in, I can see the website right. My problem is that whenever I open a new IE browser, I have to re-enter my username and password. I have heard of the double hop issue, this can be what it can be. If so, then how many IPs should fix this.

Any ideas how can I stop this box every time? I'm still not happy about the "My username / password missed" box.

I am using Windows Server 2003, IIS 6.0 and .NET 4.0.

thanks

jm

you can use it :

Internet Explorer> Tools> Options> Security> Custom Level (Internet)> Scroll down and go to User Autonnectation - Choose automatic login using logon and current username and password. .

This is a courant NT user name and password, the user has logged in with them.

I do not think it is possible that you can coding it from your web server using your server code.


Comments