我开发了一个 ASP.NET v4 Web 应用程序,我试图将其写入 webroot 中的文件夹。
对于我的一生,我无法让 Windows 7 允许它写入文件,每次我都会收到 Access is Denied 错误。
我在文件夹上尝试过的是
attrib -r /foldernameandpath
attrib -r -s /foldernameandpath
Removing Check from ReadOnly attribute in folder properties
Changed owner to folder to current user whom is also the admin
Changed owner to Everyone
Adding Everyone user to folder with all permissions
Changing the folder to the Public Document directory
Changing to the root of the C drive (Out of desperation)
似乎没有任何效果,我想做的就是测试写入是否有效。
现在我知道系统工作正常并且写得很好,因为我在第二台机器上有同样的网络应用程序,将 PDF 写入 C 驱动器没有问题。这第二台机器我只是无法让它允许写入。