×

Windows&windows server

System.UnauthorizedAccessException 错误的解决

hqy hqy 发表于2025-01-15 浏览1 评论0

    今天在对一个.config文件进行操作的时候,服务器报了:“System.UnauthorizedAccessException: 对路径“D:/website/a.config”的访问被拒绝。”的错误。把Asp.net、IUSER_机器名、IWAM_机器名的写权限也不可以。在goolge 了一下,原来只用在Web.config里面的  <system.web>节点下增加<identity impersonate="true" /> 就可以了。