Handle .NET exceptions within Classic ASP pages

Posted by Tyler on Stack Overflow See other posts from Stack Overflow or by Tyler
Published on 2010-05-07T16:02:45Z Indexed on 2010/05/07 16:18 UTC
Read the original article Hit count: 444

Filed under:
|
|
|

Hi All,

I am making MSSQL stored procedure CLR calls from ASP pages. When an exception occurs, it is logged and then rethrown. In this scenario I need to be able to handle the exception (if possible) in the ASP page. Note that I cannot move away from classic ASP in this instance; I am stuck within a legacy system for this project. Please let me know if you know of a way to handle the exceptions in classic ASP. I appreciate the help!

Thanks, Tyler

© Stack Overflow or respective owner

Related posts about asp

Related posts about .NET