I am using ASP.Net MVC 5 for web development. I have added many Views and they are working. But if I try to add a new View, it cannot be navigated by browser i.e. 404 error occurred. But the rest of the Views are working correctly.
I tried to add new Views in distinct controllers but they have the same problem.
Please help me to solve this issue.