1
I am trying to debug a web service on a network I don't have a lot of privileges on, and have run into a somewhat inconvenient IE quirk. When I try to access a resource (web page, specifically) through IE7 on Windows XP, the browser shows me a "friendly" version of the error message, i.e.:
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 I want is for it to give me the actual HTTP error code from the server.
Following the advice in this Knowledge Base article (although I did notice it was targeted at IE 5.x and 6.x) I tried disabling the "Show friendly HTTP error messages" checkbox under Tools -> Intenet Options -> Browsing
, but found it was already unchecked. Not sure what else I can try.
This may be relevant: http://stackoverflow.com/questions/11544048/how-to-suppress-friendly-error-messages-in-internet-explorer. Is there no chance they will let you install Firefox?
– James P – 2013-06-24T17:59:15.313@James Unfortunately that isn't possible, since I'm testing port connectivity (the port-listener can't send custom error messages if there is no port-listener) and can't make changes to IIS installation due to access restrictions. I might try installing FF, I'll see if I can get the permissions for that. – Asad Saeeduddin – 2013-06-24T18:13:04.523
1The article I linked to basically says that the error page must be 512 bytes or bigger or IE won't show it. Are you not able to change the error page/template? – James P – 2013-06-25T08:22:00.120