'How do I log routes being used in ASP.NET MVC project
I am currently working on a project that uses attribute routing and it is take an unacceptable amount of time for the route to be resolved. There are currently 581 routes in the routing table and was wondering if there is a tool that can be installed into visual studio for inspecting what routes are not being used.
For information I am using currently using Microsoft Visual Studio Enterprise 2019 Version 16.10.2.
The version of MVC is MVC5 and the project is using areas to organize the code, views etc.
Any help in this matter would be greatly appreciated as I am no expert.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
