Description: ASP.net Deployment Server Error: Internet Explorer cannot display the webpage. When you try to run/precompile your .net web application, the webpage cannot be displayed and returns “Internet Explorer cannot display the webpage”
Possible Cause: Some people will try to “activate” something (software like Adxbe or anything else), or in case you may modify your “HOST” file. The possible cause is that the host file may contain incorrect line which caused the [localhost] is no longer point back to 127.0.0.1.
Solution: Check your “HOST” file and see if any line is “0.0.0.0 localhost” or “anything localhost”, remove these lines, save and try to run again, and you should be fine.
Advertisements