gpt4 book ai didi

asp.net - Global.asax 未加载预编译的 asp.net 网站

转载 作者:行者123 更新时间:2023-12-01 22:39:17 28 4
gpt4 key购买 nike

我使用 Visual Studio 2008 发布我的 asp.net 网站。当我在服务器(Windows 2008 服务器)上打开该网站时,我注意到 global.asax 中的代码没有运行。我的 Global.asax 正文类似于:

<%@ Application Language="C#" %>
<script runat="server">
protected void Application_Start()
{
// Initialize some site settings like a task scheduler
}

protected void Application_End(object sender, EventArgs e)
{
// Perform some clean up code
}
</script>

编译后的网站bin文件夹中有一个App_global.asax.dll,但这似乎没有帮助。

是否有我缺少的配置选项?删除 App_global.asax.dll 并使用原始的 global.asax 和预编译的网站效果很好。

最佳答案

我找到的唯一答案是在编译的输出文件夹中包含 global.asax (带有逻辑)。

关于asp.net - Global.asax 未加载预编译的 asp.net 网站,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1632636/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com