I have an issue with loading the pages from a MVC5 application.
I have this software installed and used:
I finally figured it out. All I had to do was change the url in RouteConfig.cs
from url: "{controller}/{action}/{name}/{id}" to url: "{controller}/{action}",
url: "{controller}/{action}/{name}/{id}"
url: "{controller}/{action}",