Global.asax not firing for Release build

前端 未结 5 1218
慢半拍i
慢半拍i 2020-12-03 23:35

One of our applications has a mechanism for emailing our Helpdesk automatically should it encounter a certain level of exception. One particular exception, a NullReferenceEx

5条回答
  •  独厮守ぢ
    2020-12-04 00:19

    If you are publishing the app, then do check for PrecompiledApp.config file. If you remove that file from the published site folder, the events would stop firing.

提交回复
热议问题