Dear all,
I have an ASP.NET 3.5 intranet website which was transferred to IIS 7.0 from IIS 6.0 recently. Users used to be able to log in to this site directly without username and password since Windows authentication was used. Currently this website requires username and password even though I have added this site to the trusted sites locally in IE 10.0. The message inside security windows shows "The server ----- at Digest requires username and password". I do not know what Digest means and need to know how to pass windows credentials into my asp.net app. By the way, the IIS has enabled anonymous, inpersonation and windows authentication. Thanks
Longmatch