ASP.NET MVC 4 URL Routing – Route Debugger ( NuGet )

ASP.NET MVC 4 URL Routing – Route Debugger ( NuGet )

 

   web.conf
 
   <?xml version="1.0" encoding="utf-8"?>
 
   <configuration>
 
      … …
 
      <appSettings>
 
         … …
 
         <add key="RouteDebugger:Enabled" value="true" />
 
      </appSettings>
 
      … …
 
   </configuration>
 
 
   <?xml version="1.0" encoding="utf-8"?>
 
   <configuration>
 
      … …
 
      <appSettings>
 
         … …
 
         <add key="RouteDebugger:Enabled" value="false" />
 
      </appSettings>
 
      … …
 
   </configuration>