Top "Application-start" questions

Application_Start method called by ASP.

How can I use Server.MapPath() from global.asax?

I need to use Server.MapPath() to combine some files path that I store in the web.config. However, since …

c# asp.net global-asax server.mappath application-start
log4net Configuration for console app

can anyone suggest how to configure the log4net for an console app? Or at least how/where to catch …

c# .net log4net application-start
Multiple Application_Start events firing

I am debugging an ASP.NET 2.0 application that is suffering from slow loading of the initial page. Through adding logging, …

asp.net application-start