在 IIS6 上通过 UNC 提供图像时出现 ASP.NET ConfigurationErrorsException
我的 Web 应用程序中有一个虚拟目录,它通过 UNC 连接到 Samba 共享。我可以通过 Windows 资源管理器浏览文件,没有任何问题,但我的 Web 应用程序会出现黄色屏幕,并显示以下消息:
描述:期间发生错误 配置文件的处理 需要满足此请求。 请查看具体错误 下面详细信息并修改您的 适当地配置文件。
解析器错误消息:错误 加载配置文件时发生: 找不到文件 '\cluster\cms\qa-images\120400\web.config'。
对我来说毫无意义的是为什么它要在该位置寻找 web.config
。我知道这不是身份验证问题,因为虚拟目录可以从其根目录提供图像(即 \\cluster\cms\qa-images\test.jpg
充当 http://myserver/ upload/test.jpg
就好了)。
有想法吗?
I have a virtual directory in my web app which connects to a Samba share via UNC. I can browse the files via Windows Explorer without issue, but my web app throws a yellow screen with the following message:
Description: An error occurred during
the processing of a configuration file
required to service this request.
Please review the specific error
details below and modify your
configuration file appropriately.Parser Error Message: An error
occurred loading a configuration file:
Could not find file
'\cluster\cms\qa-images\120400\web.config'.
What makes no sense to me is why it's looking for a web.config
in that location. I know it's not an authentication issue because the virtual directory can serve images from its root (i.e. \\cluster\cms\qa-images\test.jpg
serves as http://myserver/upload/test.jpg
just fine).
Ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论