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.
系统有一个虚拟磁盘连接到另一台服务器 (M:) IIS 上有一个应用程序需要访问此虚拟磁盘上的文件。
DriveInfo[] dis = DriveInfo.GetDrives();
返回磁盘 A、C、D、F - 即本地驱动器和磁盘。
在控制台应用程序中,它工作正常
返回 A、C、D、F、M
在 IIS 服务器中,池和站点与具有管理员权限的用户一起使用