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 ...?
source
share