Can Visual Studio 2005 be installed on a server set up for ASP.NET 1.1?

Soldato
Joined
12 Jan 2004
Posts
6,824
Location
Londinium
Hi guys, our servers at work are set up for .NET 1.1 but I need visual studio installed. Im trying to find out whether I can install and use Visual Studio 2005 with our 1.1 servers, or do they need to be set up for .NET 2.0? If anyone could let me know that would be great?
 
nero120 said:
Do you know if VS 2005 can produce ASP.NET 1.1 code as well as 2.0?

nope it wont mate. It will however attempt to convert 1.1 code to 2.0 sometimes successfully sometimes not.
 
but you can run visual studio 2003 and visual studio 2005 on the same machine without problems... well, i didn't have any problems.
 
VS 2003 v7.1 will produce .NET 1.1 and VS 2005 v8.0 will produce .NET 2.0, neither of them can produce the other, but they will happily work side by side.

sfx
 
Back
Top Bottom