Global.asax wurde gefixed-

This commit is contained in:
ja
2021-09-28 15:53:18 +02:00
parent b21e823688
commit 68374ee429
4 changed files with 9 additions and 10 deletions

View File

@@ -4,7 +4,8 @@
void Application_Start(object sender, EventArgs e)
{
// Code that runs on application startup
// Code, der beim Anwendungsstart ausgeführt wird
// Code that runs on application startup
ScriptManager.ScriptResourceMapping.AddDefinition("jquery",
new ScriptResourceDefinition
{
@@ -13,6 +14,7 @@
CdnPath = "http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.4.1.min.js",
CdnDebugPath = "http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.4.1.js"
});
}
void Application_End(object sender, EventArgs e)
@@ -41,5 +43,6 @@
// oder "SQLServer" festgelegt ist, wird das Ereignis nicht ausgelöst.
}
</script>