0
Good afternoon, everyone,
I am a beginner in MVC architecture and I have a question about an ASPNET.MVC. I wonder if it is possible in the "View" folder of the project, to put an "aspx" page along with the "cshtml" files".
If I put the file in the root of the web application, it goes up smoothly but when placing it in the View folder it generates error 404.
I looked for some solutions on the web but did not find much.
Thanks in advance,
Thank you!
My first question is... why?
– Leandro Angelo
My second question, which version?
– Leandro Angelo
Hello, the reason would be due to the migration of these aspx pages from a legacy system into webforms to be organized in the same folder where the new system views will be
– RogerPS
The version would be MVC 5
– RogerPS