Posts by Fabiano Gonzaga • 7 points
3 posts
-
-1
votes1
answer941
viewsA: Error running ASP.NET Core application
With me happened the same thing, it runs I did the following way, separate the projects and surround each one in a window of Visual Studio 2019 different and worked because each one uses a different…
-
-1
votes1
answer185
viewsA: Page not found Error 404, [Route("Categories/list/{page=1}")] in Asp.Net MVC
I found out, it was just a typo: [Route("Catetorias/list/{page=1}")]
-
1
votes1
answer185
viewsQ: Page not found Error 404, [Route("Categories/list/{page=1}")] in Asp.Net MVC
Hello, I have a problem regarding the configuration of Route in Asp.Net MVC. The problem is that I created a test page where on this page I am trying to configure the route resources. I set up a…