I currently have the following routines in my Global.asax.cs file:
public static void RegisterRoutes(RouteCollection routes)
{
routes.IgnoreRout
The problem is Application_Start() triggers first then the debugger attaches.
So the goal is to do something that would cause Application_Start() to trigger again while its still running. For debugging purposes, just run the debugger like you normally do then edit (eg add a newline) and save the web.config file.