Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Local Host IISStart.htm gives Internet Explorer Cannot Display the Webpage

0.00/5 (No votes)
28 May 2014 1  
Internet Explorer cannot display WebPage

Introduction

Following the release of a new intranet site onto our Windows 2008 PROD Server on IIS 7, we were unable to browse the sites locally. Any attempt to browse the new sites or the Default Web Site gave the "Intranet Explorer Cannot Display the WebPage" message.

Background

The sites were installed under the Default Web Site in their own Application pool running on .NET framework v4.0. We had no such issues on our DEV and UAT servers so this took ages to work out.

Solution

Having tried a number of other Google searches and recommendations and comparing the properties of the UAT server and the PROD server, I noticed that the Default Web Site (running under the DefaultAppPool) was running under .NET Framework v2....

When I changed this to run under v4... then everything started to work like a dream.

Points of Interest

I guess that sites which fall under the Default Web site must not use a later version of the .NET framework.

History

  • 28th May, 2014: Initial version

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here