frankgh
03-15-2007, 11:12 AM
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().GetBaseExce ption());
}
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().GetBaseExce ption());
}