In 2005 I wrote a simple ASP.NET 2.0 website for a corporate client, and I host it on a rented business-grade server in a datacenter.
2005年我写了一个简单的ASP。NET 2.0公司客户端网站,我将其托管在一个数据中心租用的业务级服务器上。
It doesn't do anything fancy at all. It connects to SQL Server 2005 and uses one Web Service that adds data to the same database.
它一点也不花哨。它连接到SQL Server 2005,并使用一个Web服务向同一个数据库添加数据。
It has run without a single downtime for 7 years now, and I'd like to keep it that way.
它已经运行了7年,没有一个停机时间,我想保持这种方式。
Now the datacenter is talking about upgrading the server to ASP.NET 4.5.
现在,数据中心正在讨论将服务器升级到ASP。NET 4.5。
Is this likely to break anything basic, like CRUD transactions?
这可能会破坏基本的东西,比如CRUD事务吗?
How long can I safely stay with Net 2.0? Years more?
我可以在Net 2.0中安全停留多久?年更多?
Ii don't need any new features.
我不需要任何新功能。
1 个解决方案
#1
4
Mainstream support for .NET 2.0 ended in 2011, extended support ends in 2016. SQL Server 2005 has the same timeframe, ending in 2016.
. net 2.0的主流支持在2011年结束,2016年扩展支持结束。SQL Server 2005也有同样的时间表,截止到2016年。
If your hosting provider is moving to .NET 4.5 then you have the option of staying with that provider or upgrading your application.
如果您的主机提供商正在迁移到。net 4.5,那么您可以选择继续使用该提供商,或者升级您的应用程序。
If you don't have anything special going on in your application have you tried to just upgrade the application code to .NET 4.5? If you have not used anything that was depcreciated (and I don't know if .NET does that or not like SQL Server) with 4.5 it should be a smooth upgrade for you. IMO.
如果你的应用程序中没有什么特别的东西,你试过把应用程序代码升级到。net 4.5吗?如果您还没有使用任何经过深度编辑的东西(我不知道。net是否会这样做,或者不喜欢SQL Server),那么对于您来说,它应该是一个平稳的升级。国际海事组织。
#1
4
Mainstream support for .NET 2.0 ended in 2011, extended support ends in 2016. SQL Server 2005 has the same timeframe, ending in 2016.
. net 2.0的主流支持在2011年结束,2016年扩展支持结束。SQL Server 2005也有同样的时间表,截止到2016年。
If your hosting provider is moving to .NET 4.5 then you have the option of staying with that provider or upgrading your application.
如果您的主机提供商正在迁移到。net 4.5,那么您可以选择继续使用该提供商,或者升级您的应用程序。
If you don't have anything special going on in your application have you tried to just upgrade the application code to .NET 4.5? If you have not used anything that was depcreciated (and I don't know if .NET does that or not like SQL Server) with 4.5 it should be a smooth upgrade for you. IMO.
如果你的应用程序中没有什么特别的东西,你试过把应用程序代码升级到。net 4.5吗?如果您还没有使用任何经过深度编辑的东西(我不知道。net是否会这样做,或者不喜欢SQL Server),那么对于您来说,它应该是一个平稳的升级。国际海事组织。