Using Framework 2.0 in VS2008

  • Thread starter Thread starter Lars
  • Start date Start date
L

Lars

Hi

How do I tell my ASP.NEt project to use framework 2.0 in stead of 3.5. My
webhoast doesn't support .NET Framework 3.5 they only supports 1.1 and 2.0

Lars
 
How do I tell my ASP.NEt project to use framework 2.0 in stead of 3.5. My
webhoast doesn't support .NET Framework 3.5 they only supports 1.1 and 2.0

1) In Solution Explorer, right-click-the project and select Properties

2) Choose the Application tab and change the Target Framework
 
Hi

How do I tell my ASP.NEt project to use framework 2.0 in stead of 3.5. My
webhoast doesn't support .NET Framework 3.5 they only supports 1.1 and 2.0

Lars

Hi Lars,

When creating a new web site in VS2008, there is an option (drop down
list) at the top of the form called 'Target Framework'. You can set
this to 2.0.
If you already have a web site, then I think it's a case of ensuring
your web.config file is a 2.0 config file rather than 3.5.

Rich
 
Hi

How do I tell my ASP.NEt project to use framework 2.0 in stead of 3.5. My
webhoast doesn't support .NET Framework 3.5 they only supports 1.1 and 2.0

Lars

Lars,

Also, you can go into 'Property Pages' of your Web Site (right click
web site), and under Build, there is an option to choose the Target
Framework

Cheers
Rich
 
Mark Rae said:
1) In Solution Explorer, right-click-the project and select Properties

2) Choose the Application tab and change the Target Framework

Got it, Thank you.
 
Back
Top