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