I created an ASP.NET MVC 2 website and a classic ASP.NET WebForms to let the client to deal with the data (SQL Server).
Now, because of budget reasons, I´m forced to mix them together in one only web site. I read a lot of tutorials about the inverse situation, but haven´t found a clue on how to use my old webforms inside a MVC 2 project.
Is this possible?