Application_Error is not getting invoked.

Discussion in 'Site Programming, Development and Design' started by sarikasachdev, May 23, 2010.

  1. hi,

    Application_Error method is not getting invoked. while its working perfectly fine on my local machine.

    Thanks
    Sarika
     
  2. Ray

    Ray

    Can you elaborate a little more? Is it throwing another type of error?
     
  3. Global.Application_Error() is not getting invoked

    I have the same problem. Application_Error() is not invoked, and an error page is shown. It works fine on my test server and my previous hosting service with the same config.sys.

    Microsoft documentation at http://msdn.microsoft.com/en-us/lib...service.global.application_error(BTS.10).aspx (for example) says that the Web Editions of Windows Server do not support this feature, but Winhost says they use the Standard Edition.

    Does anyone know why this doesn't work at Winhost or have ideas about how to fix it?

    I want to log any errors and also send an email when there is an error.
     
    Last edited by a moderator: Oct 14, 2015
  4. Ray

    Ray

    The servers use Standard edition not web edition. You have a URL for me to look at?
     

Share This Page