Application_Error event is not firing on production server, this production server having Load Balancer. Application_Error event is firing and running well on QA and DEV server only issue is there on production server. Please help.
Asked
Active
Viewed 195 times
1
-
I'm guessing a difference in the web.config customerrors value between the environments. Check out [this question](http://stackoverflow.com/questions/6508415/application-error-not-firing-when-customerrors-on) – Yuriy Faktorovich Dec 09 '16 at 04:24
-
it was some issue in code written in Application_Error event , i have fixed it now its working fine. – Yash Dec 09 '16 at 06:11
-
@user2781180 Could you please elaborate a bit further on what the issue was? I am having a similar issue where Application_Start runs perfectly fine on DEV and QA environments, but it doesn't run on the UAT server. – Vin Shahrdar Oct 31 '17 at 15:14