找不到路径“W:\Icons\image,png”的一部分。类:System.IO.DirectoryNotFoundException
我映射了网络驱动器W:\目录。加载图像文件以加载主题中指定的路径并给出该错误。 Asp.net应用程序池配置为本地服务器、本地系统、网络服务器,并且所有允许拼音输入的组合都没有产生 我还尝试设置一个 asp.net 应用程序池,例如映射到 w:\ 目录的可用网络服务完整路径,给出错误: “访问路径 '\ip address\flder dir\image.png' 被拒绝。 类:System.UnauthorizedAccessException” 请帮我
I mapped the network drive W:\ directory.Load image file to load the path specified in the subject and give that error.
Asp.net app pool is configured as a local server, local system, network server and all allow phonetic typing combination yielded no
I also tried to set an asp.net app pool such as available network service full path that is mapped to w:\ directory give error:
"Access to the path '\ip address\flder dir\image.png' is denied.
Class: System.UnauthorizedAccessException"
Please help me
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要为应用程序池用户分配图像所在目录的安全权限。
You need to assign the Application Pool users security rights on the directory where the image is.