Different behaviour with windows authentication on IIS7 websites
- by amaters
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 hostfile is edited so any .local i use points to 127.0.0.1
I have created a new application called 'AppX' underneath the default website and point it…