Upgrading from .NET 3.5 to 4. Questions to think about? -
To avoid any code breaks etc, to revise curiosity about things, etc. from 3.5 to 4.
I am particularly interested in: - What will be the need of the server to deploy the .NET 4 app? Do IIS and Windows Server need to run any version of IIS and Windows Server?
I am experiencing serious performance issues with the unit framework due to the large size of the database and the initialization takes long time to login to the user. It seems to be a comprehensive issue of .NET 4 It seems to be more talk about Scottgu's post and there are some pre-application apps but it is curious if it works on IIS 6 and WinServer 2003.
Is there any other things I need to consider .NET 4 before switching?
.NET Framework 4 Beta 2 can be installed on Windows Server 2003. These are:
Supported operating systems: Windows Server 2003; Windows Server 2008; Windows Vista; Windows XP
.NET Framework 4 can be installed on the following operating system:
- Windows XP SP3
- Windows Server 2003 SP2
Windows Vista SP1
Windows 7
- Windows Server 2008 (not supported on server core roll)
Windows Server 2008 R2 (Not supported on server core roll) Note that if the .NET Framework 4 is currently in Beta If you have a working app on production, you may want to consider waiting for your RTM.
Comments
Post a Comment