According http://www.codeproject.com/Articles/38778/ASP-NET-WebForms-and-ASP-NET-MVC-in-Harmony
I did this changes to my WebForms project:
- Added System.Web.Mvc.dll
- Added System.Web.Abstractions.dll
- Created Controllers and View folder
- Added those assemblies in my debug section
- Added MVC, MVC.Ajax, MVC.HTML to my pages->namespaces
- Added Web.Routing.UrlRoutingModule as HttpModule
- Registered test route
But on "Getting Visual Studio to Offer MVC Items" section i dont have Unload Project Option and also i dont have csproj file. I only have .sln and .sln.DotSettings.user
I can add view but not controller, why, any suggestion? http://prntscr.com/94imo