Location of error log file?

  • Thread starter Thread starter keithb
  • Start date Start date
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
 
Back
Top