PDA

View Full Version : Global asax


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());
}

vvsharma
03-16-2007, 01:35 AM
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 (http://www.discountasp.net/)