您的位置:首页 > 其它

Why I do not have access rights on the server?

2014-07-12 02:15 309 查看
http://stackoverflow.com/questions/10563370/why-i-do-not-have-access-rights-on-the-server

Maybe you should enable remote access
<elmah>
<security allowRemoteAccess="1" />
</elmah>

http://stackoverflow.com/questions/14481506/configuring-custom-authorization-with-elmah
<location path="elmah.axd" inheritInChildApplications="false">
<system.web>
<authorization>
<allow users="theUserName" />
<deny users="*" />
</authorization>
</system.web>
...other config settings
</location>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐