Forum Moderators: open
I made a custom 500 error screen, and would like to display that "non-friendly" error on that screen.
Does anyone know the server variables for that so I can display?
THANKS!
If you are doing it in Asp.net these might be of some help to you.
MS Support Article How to create custom error reporting pages in ASP.NET by using Visual C# .NET [support.microsoft.com]
MSDN - customErrors Element [msdn.microsoft.com]
Code Project - Custom Errors in ASP.NET [codeproject.com]
500-100.asp [devguru.com] source code for the standard Asp Classic Error page.