【发布时间】:2010-04-13 15:35:42
【问题描述】:
我有一个在 windows server 2003 中运行的 asp.net webservice,我希望它读/写到其他机器中的其他文件夹,我已授予此文件夹对网络服务、IIS_user、IIS_IWAM 帐户的完全访问权限,但进程失败,这是错误:System.UnauthorizedAccessException: Access to the path '\machineIp\ServerDataStore\Prueba\Editados' is denied.
【问题讨论】:
标签: asp.net iis web-services