ASP.NET Windows Authentication
Posted
by Jason M
on Stack Overflow
See other posts from Stack Overflow
or by Jason M
Published on 2010-06-18T10:52:00Z
Indexed on
2010/06/18
10:53 UTC
Read the original article
Hit count: 438
Hi All
I have an ASP.NET website set up using Windows authentication. Each time I open IE and try to access the webpage I get a windows authentication screen. Once I have logged in I can see the website fine. My problem is that every time I open a new IE browser I have to re-enter my username and password. I have heard about thew double hop issue, is this what it could be. If so how many ip fix this.
Any ideas how i can stop this box showing up each time? I have ticked the "remember my username/password" tick box but still no joy.
I am using Windows Server 2003, IIS 6.0 and .NET 4.0.
Thanks
JM
© Stack Overflow or respective owner