.net-3.5 – 从.NET 3.5升级到4.要考虑的问题?

好奇要考虑避免任何代码中断的事情等从.NET 3.5升级到4.

我特别感兴趣的是:
– 部署.NET 4应用程序的服务器要求是什么?是否需要运行任何特定版本的IIS和Windows Server?

由于数据库规模庞大,初始用户需要很长时间才能登录,因此实体框架面临严重的性能问题. .NET 4似乎意识到这是一个普遍的问题,并且有一些名为PreWarm的应用程序. Scottgu的帖子here似乎更多地谈论它.但是,好奇这是否适用于IIS 6和WinServer 2003.

在切换到.NET 4之前还有其他需要考虑的事项吗?

最佳答案 .NET Framework 4 Beta 2可以安装在Windows Server 2003上.
software requirements是:

Supported Operating Systems: Windows
Server 2003; Windows Server 2008;
Windows Vista; Windows XP

.NET Framework 4 can be installed on the
following operating systems:
– Windows XP SP3
– Windows Server 2003 SP2
– Windows Vista SP1
– Windows 7
– Windows Server 2008 (not supported on Server Core Role)
– Windows Server 2008 R2 (not supported on Server Core Role)
Note that .NET Framework 4 is currently in Beta. If you have a working app on production, you might want to consider waiting for its RTM.

点赞