Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
bubberz
Constraint Violating Yak Guru
289 Posts |
Posted - 2006-03-31 : 15:00:44
|
We currently have VS.NET 2003 1.1 and would like to upgrade to VS2005 2.0.Our server edition is:Microsoft SQL Server 2000 - 8.00.2039 (Intel X86) May 3 2005 23:18:38 Copyright (c) 1988-2003 Microsoft Corporation Enterprise Edition on Windows NT 5.2 (Build 3790: Service Pack 1) I am just wondering if we can simply buy the upgrade to VS2005 Prof Ed. 2.0 and call it good.Anyone done this and had things to watch out for?Thanks! |
|
dfiala
Posting Yak Master
116 Posts |
Posted - 2006-04-05 : 06:19:07
|
VS 2005 works against the .NET 2.0 Framework which will be installed as part of the process. Both frameworks work fine with SQL Server 2000, and they will run side-by-side on the same machine. You do have to tell IIS which version of .NET to use for each web application and you do have to create a separate application pool for the 2.0 apps. |
 |
|
bubberz
Constraint Violating Yak Guru
289 Posts |
Posted - 2006-04-05 : 09:03:31
|
Thanks dfiala! |
 |
|
|
|
|