Create website using .Net 1.1 in VS 2005

G

Guest

Using the Beta of VS 2005, I'd like to create a website that will be deployed
on a server that has .Net 1.1. I understand how to modify the IIS web site
properties to run on .Net 1.1, and I have also edited the web.config to add
the 1.1 system assemblies to the <system.web> <compilation> <assemblies> node
so that it compiles against 1.1. But what I don't understand is how to tell
VS 2005 that I am creating a web site that will run against 1.1.

Right now, if I create an ASP.Net project and add a WebForm from the
templates, it assumes that I am running against 2.0 thus causing compile
errors. Is there a way to get 1.1 templates?
 
K

Karl Seguin

Nope (and it's a real sahme). A given version of VS.Net is tied to a given
version of the .net framework. VS.Net 2002 --> 1.0, 2003 --> 1.1 and
2005 --> 2.0

There are supposedly registry hacks and such that can change this, but it
leaves your system in bad/unreliable shape from what I've heard.


Karl
--
MY ASP.Net tutorials
http://www.openmymind.net/ - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
 

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

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top