hi
I want to create my own error status code.. so that i can use that code in web.config file to open a custom error page in the case of error generation in my application.
ex
<customErrors mode="On" defaultRedirect="Default2.aspx">
<error statusCode="20(my status code for error)" redirect="Default2.aspx" />
</customErrors>