I am using ASP.NET 2.0
When I have an error within my webpage.
What I would like to do is read a value from the URL and pass it into the custom error page.
Can I pass values into the custom error page?
Right now I have this code in my web.config file
Thanks
When I have an error within my webpage.
What I would like to do is read a value from the URL and pass it into the custom error page.
Can I pass values into the custom error page?
Right now I have this code in my web.config file
Code:
<customErrors mode="On" defaultRedirect="MyErrorPage.aspx">
Thanks