I have an entity framework app I am rehabilitating.
all the routes work just the one labeled details fails with the error below.
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /Survey/Details/3
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4330.0
see image below the web page is there I cannot figure out how to debug this issue ?


