I currently have the following routines in my Global.asax.cs file:
Global.asax.cs
public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRout
I believe you have to shutdown/stop the local debugging server in order for the Application_Start() event to fire again... you should be able to right click on it in the system tray and choose "Stop".
Application_Start()