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?
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?