Using Framework 2.0 in VS2008

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
 
M

Mark Rae [MVP]

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
 
B

bloodsugarsuckerfish

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
 
B

bloodsugarsuckerfish

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
 
L

Lars

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.
 

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