aspx thread: Retrieving Source Error like standard asp.net error page
How can I retrieve the error information similar to the standard asp.net error message. I want to be able to include the line information in an email to an administrator such as: Source Error: Line 9: Dim x Line 10: Line 11: x.RaiseError() Line 12: Line 13: %> Source File: c:\inetpub\wwwroot\directory\file.aspx Line: 11 Thanks Mitch
|





