ASP.NET: How to pass data to a custom error page

Posted by Ronnie Overby on Stack Overflow See other posts from Stack Overflow or by Ronnie Overby
Published on 2010-05-24T20:50:26Z Indexed on 2010/05/24 21:01 UTC
Read the original article Hit count: 193

Filed under:
|
|
|

How can I pass some data from a Global.asax event handler to a custom error page in ASP.NET without using Server.Transfer or some redirect?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET