Global asax

Discussion in 'ASP.NET 2.0' started by frankgh, Mar 15, 2007.

  1. Hi,

    For some reason the code that I have in my global.asax is not running when I deploy it to the discountasp.net servers. It runs locally but not remotely, anyone any ideas?

    void Application_Error(object sender, EventArgs e)
    {
    Debug.Logger.Log(Server.GetLastError().GetBaseException());
    }
     
  2. Are you getting any Error message?Also,just wondering,if there is any method called 'Logger' within Debug?(Debug.Logger.Log(.... ))

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page