Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP!! How Can you display the HTTP Errors on the fly

Status
Not open for further replies.

08091979

Programmer
Joined
Dec 18, 2003
Messages
5
Location
GB
I am trying to display the HTTP Error when an error occurs (eg 404 -File Not Found). I am trying to display a message to the user depending upon what error occurs. I don't won't to if I have to create a separate file for each HTTP Error. Any Ideas!!
 
You can uncheck display friendly http errors in Internet Explorer to see if that helps. But if you want a specific error to be returned that has more information for the user than the standard error then you will have to edit the current htm error files to change them how you want or create new ones and direct the erros through IIS to pull up the new error htm files.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top