How to get an error message out of my webpage

Posted by Vaccano on Stack Overflow See other posts from Stack Overflow or by Vaccano
Published on 2010-06-16T20:18:18Z Indexed on 2010/06/16 20:22 UTC
Read the original article Hit count: 135

I have a web page that when I run it on a remote computer I get the message saying that remote errors cannot be viewed

When I go to view it on my web server machine, I get a message saying:

Internet Explorer cannot display the webpage 

  • Most likely causes:
  • You are not connected to the Internet. 
  • The website is encountering problems. 
  • There might be a typing error in the address.  

What you can try: 
     Check your Internet connection. Try visiting another website to make sure you are connected.  

     Retype the address.  

     Go back to the previous page. 

I can get to google fine, so it is not the internet connection.... But this message gives me nothing to work on. How can I get more info as to why my page is not working?

I tried going to IIS Mananger and right clicking on the site and selecting browse. But my site is an HTTPS site so that does not work.

Any ideas would be great.

© Stack Overflow or respective owner

Related posts about web-development

Related posts about web-services