I joined a company, where we have an application running in Web Forms, and we are developing new applications with Asp.Net MVC. However, I was asked to supplement an application with Web Forms using MVC. Is it possible to do this kind of integration? Or is it more feasible to redo the application in MVC?
Remembering that I need to use Web forms authentication, if I integrate both solutions.