Änderungen Global.aspx und Design Masterpage

This commit is contained in:
ja
2021-11-23 16:26:43 +01:00
parent 7da609314f
commit d008251411
3 changed files with 104 additions and 50 deletions

View File

@@ -24,7 +24,7 @@
void Application_Error(object sender, EventArgs e)
{
// Code, der ausgeführt wird, wenn ein nicht behandelter Fehler auftritt
Response.Redirect("../login/Error.aspx");
'Response.Redirect("../login/Error.aspx");
}