且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

"/xxxx"应用程序中的服务器错误

更新时间:2023-01-09 21:52:46

这是一个权限问题.
在web.config中,如下所示更改,
This is a permission issue.
In web.config change like below,
<system.web>
<identity impersonate="true" userName="DOMAIN\username" password="mypass"/>
</system.web>





提供一些组角色,找出组(使用命令提示符whoami/groups).

希望这能解决问题.:)



Or

Provide some group roles, find out the group (using command prompt whoami /groups).

Hope this resolve the issue.:)