Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Retrieving Source Error like standard asp.net error page


Message #1 by "Mitchell Adams" <MADAMS@p...> on Fri, 06 Sep 2002 14:54:13 -0400
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






  Return to Index