We currently have .net 3.5 using web form with code behind pages. Is it possible to add MVC functionality to this project to any existing pages?
What about new pages added to the project?
I assume the answer is no but maybe there is some creative ways out there.
Secondly. Do I have to do anything special to use Razor on these web form pages or does it come in the box with .net 3.5 +?