Trouble Accessing Controller and View in ASP.NET Core MVC Project
I have a standard .NET library and an ASP.NET Core MVC project. I wanted to create a controller and view related to logging in within this library. However, when I navigate to a specific path like /test/index
, I receive an error stating that the page was not found. I added dependencies to the main project.