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.
我正在尝试使用 .NET 在 .NET 中创建一个目录Directory.CreateDirectory,我按照此处的说明授予访问权限,但我仍然收到 UnauthorizedAccessException。有人有建议吗?请注意,这是一个使用 IIS7 服务器的 Web 应用程序。
Directory.CreateDirectory
在您尝试创建新目录的目录中,确保您的应用程序池用户对该目录具有读/写权限。除了将用户添加到用户组之外,您还必须专门执行此操作。
还有 2 个潜在问题(+1 到 user959729):
System.Environment.UserName