|
How to catch error 401 access denied and redirect to custom error ...
rote ue, 04 Aug 2009 07:00:00 GM Redirect("~/Pages/Error/. NoAccess.aspx. "); break; case 404: Response.Redirect("~/Pages/Error/PageNotFound.aspx"); break; default: Response.Redirect("~/Pages/Error/Generic.aspx"); break; } } catch { } Server.ClearError(); ... Protecting an ASP.NET Web Application Continued - Windows Live
unknown Sun, 01 Mar 2009 13:23:38 GM Redirect(". NoAccess.aspx. ");. } The JavaScript should be placed under the .NET Common Language Runtime (CLR) managed code control by injecting the script with the ClientScript class into the HTML markup code sent to the client browser. ... From Google Blog Search: "noaccess.aspx" |


