On application start I am checking app versions from the assembly against a value stored in the web.config. If the versions differ, I want to trigger the default installer.
So I need to get an Action route. But this doesn't seem possible to do as the HttpContext is null? I have an Action called "Install" in my "HomeController"
Any ideas how I can get a RedirectToAction or similar to work from the Application_Start ?