Possible to maintain a .NET 1.1 site using VS2005?

J

John B.

I have a site built with VS 2003 and .NET v1.1. I would like to continue
maintaining it using the VS 2005 IDE. However, my hosting company does not
support .NET 2.0 sites yet. Is it possible to simply open the site using VS
2005, but compile it to target .NET 1.1 instead of 2.0?
 
J

Juan T. Llibre

No. You cannot compile to 1.1 from the VS 2005 IDE.

What you *can* do is compile it with VS 2003,
and make sure the application targets the 1.1 platform.



Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
 

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