Hello,
we have an ASP.NET 2.0 - application (Intranet) that formerly was installed (and worked) under IIS 6.0 with Integrated Windows Authentication. The in Windows logged in user was automatically provided to the application, without the need for the user to log in separately.
Installed under IIS 7.0 (with Anonymous disabled and only Windows Authentication enabled) everytime the web application is started the browser pops up a login dialog.
I checked every setting in http://support.microsoft.com/kb/258063, tried many different settings but the login dialog appears everytime.
Could you please help me to suppress the login dialog and pass-through the Windows-user to the application like in IIS 6.0
Thanks for your effort
Martin