When navigating to the site root, I get an IIS splash screen

若如初见. 提交于 2019-12-01 03:59:56

问题


I have a website configured in IIS 7, with an application (another site) located that site.

My bindings are set so that if I navigate to mysite.com it should open the root site, and mysite.com/training it opens up my training site. The mysite.com/training URL works fine, but the root does not, it just shows the IIS splash screen.

If I navigate to a specific page on the root like mysite.com/index.aspx it works fine, it just won't open the default page (which is set correctly) when navigating to the root.

Any ideas?


回答1:


  1. make sure in IIS 'index.aspx' is listed in the default documents list.

  2. maybe its a cache issue, check out this post: IIS7 showing iisstart.html instead of default document



来源:https://stackoverflow.com/questions/16966439/when-navigating-to-the-site-root-i-get-an-iis-splash-screen

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!