K
keithb
When using the Visual Studio built-in web server, what is the location for
the log file used by the following expression?
void Application_Error(object sender, EventArgs e)
{
// log all unhandled errors
Utilities.LogError(Server.GetLastError());
}
Thanks,
Keith
the log file used by the following expression?
void Application_Error(object sender, EventArgs e)
{
// log all unhandled errors
Utilities.LogError(Server.GetLastError());
}
Thanks,
Keith