Request for the permission of type 'System.Security.Permissions.FileIOPermission.. failed

前端 未结 2 1414
生来不讨喜
生来不讨喜 2021-01-25 19:32

I am getting this error when calling a web service method which writes to a file on the local drive on Windows 2003.

\"System.Security.SecurityException: Request for the

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-25 20:10

    After a lot of troubleshooting, it boiled down to a mistake I made in web.config where the location tag had a path of www.example.com but in IIS it was example.com!

提交回复
热议问题