Why would we need to enable, IIS Authentication settings for Default Web Sit ?
ASP.NET Impersonation: Enabled
Windows Authentication: Enabled
IIS 6.0 or IIS 7
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
When enabling the Asp.net impersonation on the IIS server, the client identity could access the windows resource of the server-side with the windows account of the server-side. this is out-dated technology, there is no need to care much about it.
https://docs.microsoft.com/en-us/previous-versions/aspnet/134ec8tc(v=vs.100)
https://docs.microsoft.com/en-us/troubleshoot/aspnet/implement-impersonation
Feel free to let me know if there is anything I can help with.
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0