应用
在IIS 8.5 / Windows Server 2012R2上运行的MVC网站。
要求:
到目前为止采取的步骤:
<system.web> <identity impersonate="true" /> <authentication mode="Windows" /> <compilation targetFramework="4.5" /> <httpRuntime targetFramework="4.5" /> </system.web> <system.webServer> <modules> <remove name="FormsAuthentication" /> </modules> </system.webServer>
结果
知道我可能忘记了让它工作吗?为什么我不能访问这个网站?
当我开始这样做时,我将不得不照顾限制。像我一样疯狂猜测,我认为可以将受限制的组添加到授权规则中,但我无法测试它...这是正确/最好的方法吗?