windows-integrated-auth

Non physical location authorization in IIS6

I'm running an Asp.NET MVC 2 app under IIS 6. All pages are behind Windows Integrated Authentication except for some pages that accepts anonymous access. We setup these pages in the web.config with the location element like this <location path="MyPath/ToThePage"> <system.web> <authorization> <allow users="*"/> </...