IIS7 显示 iisstart.html 而不是默认文档
我有一个在 IIS7 上运行的 Sitefinity 4.1 网站,我在默认文档列表的顶部设置“Default.aspx”,但是当我访问 http://www< /a>.*.org/ 它显示 IIS7 欢迎页面。
当我访问 http://www.*.org/default.aspx 时,它工作得很好。
我检查了 Web.config 中的 defaultDocument 部分,它设置正确,回收了应用程序池,重新启动了网站,到目前为止什么也没有。
我缺少什么?
编辑:
这似乎是一个缓存问题,如果我添加垃圾查询字符串参数,它会重定向到正确的页面,例如: http://www .*.org/?aaa
I've a Sitefinity 4.1 website running on IIS7, I am setting "Default.aspx" at the top of the default documents list, but when I access http://www.*.org/ it shows the IIS7 welcome page.
When I access http://www.*.org/default.aspx it works just fine.
I checked the defaultDocument section in the Web.config and it is set correctly, recycled the app pool, restarted the website site, nothing so far.
What am I missing?
EDIT :
It seems to be a caching problem, if I add junk query string parameters it redirects to the correct page, ex : http://www.*.org/?aaa
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在浏览器上按 F5。 iisstart.html 通常缓存在浏览器中。
Hit F5 on the browser. iisstart.html often is cached in the browser.
ctrl + shift delete 在浏览器上清除所有缓存。
然后关闭浏览器并重试
ctrl + shift delete on your browser clear all the cache.
then close browser and try again