guest2013-1
guest
- Joined
- Aug 22, 2003
- Messages
- 19,800
- Reaction score
- 13
We currently have an intranet web app that's in .NET 2.0 ASP.NET WebForms. We're moving into MVC 5 now and my boss wants us, instead of starting with a clean slate and embrace MVC fully, mix the old WebForms into the new MVC solution while we migrate all the modules to MVC.
In my opinion, it's more trouble than it would be worth just pushing through and migrating to MVC in one go (and doing a major code cleanup while we're at it)
What's your opinion? I reckon using IIS to link to the new module in the MVC app from the WebForms app as we complete a module would be better than having to struggle getting the old Webforms to work in the new tech.
Need the opinion of some MVC guys. We have about 5 modules excluding the admin of the site that we need to migrate. What would the time frame be for, just doing it in MVC vs trying to make .NET 2.0 Webforms work in an MVC project to start to migrate it.
In my opinion, it's more trouble than it would be worth just pushing through and migrating to MVC in one go (and doing a major code cleanup while we're at it)
What's your opinion? I reckon using IIS to link to the new module in the MVC app from the WebForms app as we complete a module would be better than having to struggle getting the old Webforms to work in the new tech.
Need the opinion of some MVC guys. We have about 5 modules excluding the admin of the site that we need to migrate. What would the time frame be for, just doing it in MVC vs trying to make .NET 2.0 Webforms work in an MVC project to start to migrate it.