Posted on: 9/6/2015 1:10:55 AM | Views : 943

I wanted to use routing with a new ASP.NET Web Forms app I'm writing. On this forum I was referred to the MSDN article Walkthrough: Using ASP.NET Routing in a Web Forms Application. I've gotten to the step titled, "Testing Routing", but on the very first step I got the following error:
A route named 'salesroute' could not be found in the route collection. Parameter name: name Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. < ...

Go to the complete details ...