I currently have the following routines in my Global.asax.cs file:
Global.asax.cs
public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRout
In my case was I using
Local IIS Web server in web project settings
and I change to Use Visual Studio Development Server, and this works.