| 发表于:2007-12-27 15:31:11 楼主 |
在webservice中使用了dotnetspeach,客户端通过调用该webservice在服务器上朗读。但一直出现unauthorizedaccessexception错误,不知道dotnetspeach需要哪些权限? 我试过了在web.config中加入 <identity impersonate="true" username="xxx" password="xxx"/> 。但发现除非使用administrators用户,否则都是unauthorizedaccessexception错误。如果使用administrators用户的话,又太不安全了。 |
|
|
|
|