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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Custom error handling in IIS - not working

Status
Not open for further replies.

selani

Programmer
Apr 30, 2003
35
0
0
IN
Hi all,

we are facing this prob in production IIS server.
We have set up custom error page for the HTTP Errors 500 and 500;100 using the "Custom errors" tab in IIS Properties.

But when the error condition is simulated we are getting the following message instead of the custom error msg which we had set up:

"An error occurred while processing the URL.Please contact the system administrator."

Any help in the regard is highly appreciated.

thank you in advance

selani



 
Check if your your custom page is transmitting at least 512 bytes. Otherwise it will not work. The better way is creating a 512 blanks string and transmitting it at the page's end.

Of course, check your IIS settings too.

buho (A).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top