Maintaining ASP.NET 1.1 code with Studio 2005

G

Guest

I have a couple 2003 projects that I'm maintaining. I just got a new
computer and would like to forgo Studio 2003 if I can maintain the ASP.NET
1.1 sites without upgrading them to ASP.NET 2.0. Can I use Studio 2005 to
develop/debug/maintain ASP.NET 1.1 sites?

Thank you.
 
L

Luke Zhang [MSFT]

Hello,

Visual Studio .NET 2003 works with .NET Framework v1.1 and Visual Studio
2005 works with .NET Framework 2.0. Anyway, you can install VS.NET 2003 and
2005 in a same computer. They coexist quite well -- you can continue to
maintain older web projects (ASP.Net 1.1) within VS.NET 2003 and develop
new ASP.Net 2.0 projects without any loss of functionality. One IIS server
can support both project types, and you can even simultaneously
projects with different versions of the framework.

Hope this help

Luke Zhang
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top