我只是在 IIS 服务器上有一个 web api 应用程序,它只是写入 C:\FileStorage\test.txt 上的文本文件,但是当我调用这个 web 服务时,我得到内部 500 错误,在扩展错误后,我得到以下错误,如何如何在 IIS 服务器上授予对该 Web 服务的写访问权限?
"ExceptionMessage": "Access to the path 'C:\\FileStorage\\test.txt' is denied.",
"ExceptionType": "System.UnauthorizedAccessException",
"StackTrace": " at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)\r\n at