我正在开发ASP.NET Web应用程序和我正在使用的未处理的异常 Global.asax文件我在哪里写了一个逻辑来将错误日志写为
Sub Application_Error(ByVal sender As Object, ByVal e As EventArgs)
'Code that runs when an unhandled error occurs
End Sub
这一切都在本地有效,但在发布时,global.asax网站尚未发布 我仍然将global.asax上传到远程服务器但事件未触发 我的应用程序使用IIS 7作为Web服务器
如果您有任何解决方案,我是否需要任何配置建议
答案 0 :(得分:2)
我还上传了App_global.asax.compiled并且它可以正常工作