ASP.NET 2.0 VS2005 MasterPage并不总是显示图像
我有一个使用 MasterPage 的 ASP.NET 应用程序。在母版页中我有一个图像。这在开发环境和继承它的默认页面上显示得很好。但现在我已将网站设置为提示使用表单身份验证登录。登录页面也继承了MasterPage,但似乎找不到图像。两个 aspx 文件(默认文件和登录文件)都与 MasterPage 位于同一目录中。图像文件夹中仅放置一张图像。有人见过这个吗?关于如何解决这个问题有什么想法吗?
提前致谢, 抢
I have an ASP.NET application that uses a MasterPage. In the MasterPage I have an image. This displays well on the development environment and on the default page that inherits it. But now I have set the website to prompt for a login using Form Authentication. The Login page also inherits MasterPage but it can't seem to find the image. Both aspx files (default and login) are in the same directory as the MasterPage. There is only one image placed in the Images folder. Has anyone seen this before? Any ideas on how to fix this?
Thanks in advance,
Rob
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用以下命令允许所有用户(甚至未经身份验证的用户)访问图像文件夹中的文件。
I have used the following to allow all users (even unauthenticated users) to access files in the images folder.