IIS7 shows welcome screen in Firefox, Internet Explorer works correctly - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T13:01:24Zhttp://stackoverflow.com/feeds/question/323580http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/323580/iis7-shows-welcome-screen-in-firefox-internet-explorer-works-correctly0IIS7 shows welcome screen in Firefox, Internet Explorer works correctlyPeter2008-11-27T12:10:44Z2009-04-09T13:13:09Z
<p>Has anyone encountered the following problem: I have IIS7 running on my computer. On that same computer, I open IE7 and the website works (<a href="http://localhost/web.site/Default.aspx" rel="nofollow">http://localhost/web.site/Default.aspx</a>). Put that same url in Firefox 3 and I get the welcome screen of IIS7, a big image with IIS7 in the middle and 'Welcome' in several different languages. Clicking on the image leads you to <a href="http://www.iis.net/" rel="nofollow">http://www.iis.net/</a>.</p>
http://stackoverflow.com/questions/323580/iis7-shows-welcome-screen-in-firefox-internet-explorer-works-correctly/323651#3236511Answer by porneL for IIS7 shows welcome screen in Firefox, Internet Explorer works correctlyporneL2008-11-27T12:43:51Z2008-11-27T12:43:51Z<p>One browser accesses your server via 127.0.0.1, and another via your external IP.</p>
<p>Make sure virtualhost works with all network interfaces.</p>
http://stackoverflow.com/questions/323580/iis7-shows-welcome-screen-in-firefox-internet-explorer-works-correctly/323665#3236650Answer by Paul Whelan for IIS7 shows welcome screen in Firefox, Internet Explorer works correctlyPaul Whelan2008-11-27T12:48:15Z2008-11-27T12:48:15Z<p>Perhaps your browsers have different locals set , only guessing as I have not used IIS7</p>
http://stackoverflow.com/questions/323580/iis7-shows-welcome-screen-in-firefox-internet-explorer-works-correctly/734157#7341570Answer by Gerry for IIS7 shows welcome screen in Firefox, Internet Explorer works correctlyGerry2009-04-09T13:13:09Z2009-04-09T13:13:09Z<p>Strange. That happened to me this morning (April 9, 2009), but the other way around. I was trying to get to Dell.ca. IE7 brought me to that IIS7 Welcome screen and Firefox brought me to the correct site. Happened 3 times before it corrected itself.</p>
<p>I do not have IIS anywhere on my network and my default home page is Google, which came up without a problem. The redirection occurred when I typed the new URL. I wonder if Dell is using IIS7...</p>