I currently have the following routines in my Global.asax.cs file:
Global.asax.cs
public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRout
Add a System.Diagnostics.Debugger.Break(); to Application_Start(). This will force a breakpoint.
System.Diagnostics.Debugger.Break();
Application_Start()
This line should be commented out to avoid the breakpoint to happern and #ifdef debug to get sure never gets to production.
#ifdef debug