I have a project that is basically just an MVC project, because it gives intellisense for Razor views, and the library (Mvc.Mailer) depends on the HttpContext . Right now I need to load a page to run the constructor in my MvcApplication or Application_Start or Init .
Is there a way to load the main mvc app method or everything that is called before any page requests that do not require me to send a page load request?
Caleb jares
source share