Is it possible to host ASP.NET MVC controllers + views in a webforms project ...?

We have an outdated ASP.NET web form application that we are committed to stabilizing and removing technical debt. Is it possible to use a hybrid approach, i.e. Can ASP.NET MVC coexist with web forms within the same web project?

Are there any errors? If possible, I assume that you just need to initialize the route table, register ASP.NET MVC handlers, and hopefully this ...?

+3
source share
1 answer

See this question.

+2
source

Source: https://habr.com/ru/post/1729207/


All Articles