Active Directory authorization: IIS vs Visual Studio Dev server
问题 I have a web project that uses Active Directory authorization (All controllers marked with AuthorizeAttribute ). In web.config i have following authentification section: <authentication mode="Windows" /> <authorization> <deny users="?" /> </authorization> The problem is: When i run project under Visual Studio Development Server everything goes fine, it pops authorization window, after entering login/password i can see all site contents. But, when i try to run it under IIS (7.5) authorization