我的 asp.net mvc4 应用程序出现授权错误。我的机器的帐户管理员是这个
我的会话属性:
在我的 web.config 文件中,我放了这个片段:
<authentication mode="Windows" />
<authorization>
<allow users = "Lamloumi" />
<deny users="?"/>
</authorization>
当我启动应用程序时,我无法访问它。
这个错误的原因是什么?我该如何修复我的代码?