Re: Windows authentication from ASP.NET to SQL Server

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Do you have anonymous authentication disabled in IIS?
If so, do you have <authentication mode="Windows" /> set in your
web.config?

.