Curious about things to consider to avoid any code breaks, etc to upgrade from .NET 3.5 to 4.
I am particularly interested in: - What would be the server requirements to deploy a .NET 4 app? Does it need any particular version of IIS and Windows Server to run?
I am facing serious performance issues with Entity Framework due to the large size of database and initialization takes long time for the first user to login. .NET 4 seems to realize this as a widespread issue and has something called PreWarm apps. Scottgu's post here seems to talk more about it. But, curious if this will work on IIS 6 and WinServer 2003.
Are there any other things i need to think of before making the switch to .NET 4?