Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Application level exception handling
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00833443
Message ID:
00833855
Views:
20
>
>
>string ErrorDescription = Server.GetLastError().ToString();
>string RedirectString = "Error.axpx?ErrorDescription=" + ErrorDescription;
>Response.Redirect(RedirectString);
>Server.ClearError();
>
>

If you cut and pasted the code, could it be that you should have "Error.aSpx" instead of "Error.aXpx" on the second line? That would throw an error.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Reply
Map
View

Click here to load this message in the networking platform