401 Unauthorized - Very similar to 403 forbidden but is used when authentication is required and has failed or not been provided.
1
vote
0answers
268 views
Different behaviour with windows authentication on IIS7 websites
I need to run a website with just windows authentication.
Given the following situation:
The location of the default website is: c:\inetpub\wwwroot
The location of my code is: c:\Sites\WebApp
My ...