Migrating ASP.NET (MVC 2) on .NET 3.5 over to .NET 4
Posted
by Charlino
on Stack Overflow
See other posts from Stack Overflow
or by Charlino
Published on 2010-04-29T02:07:33Z
Indexed on
2010/04/29
2:17 UTC
Read the original article
Hit count: 803
I've currently got a ASP.NET MVC 2 application on .NET 3.5 and I want to migrate it over to the new .NET 4.0 with Visual Studio 2010.
Reason being that it's always good to stay on top of these things - plus I really like the new automatic encoding with <%: %>
and clean web.config :-)
So, does anyone have any experience they could share? Looking for gotchas and the likes.
I guess this could also apply to any ASP.NET Forms projects aswell.
TIA,
Charles
© Stack Overflow or respective owner