Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将图像上传到 IIS 的文件夹中,但出现此错误:
拒绝访问路径“C:\inetpub\wwwroot\Website\Uploaded-Images\5.jpg”。
您网站的应用程序池用户没有对 Uploaded-Images 的写入权限,或者 Uploaded-Images 目录可能不存在。
根据您的操作系统,您需要授予对上传目录上帐户 IIS_IUSRS 的最低写入权限。希望这可以帮助?