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
Mark Rae [MVP] - 07 Mar 2008 14:32 GMT
> 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

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
Lars - 07 Mar 2008 15:34 GMT
>> 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
[quoted text clipped - 3 lines]
>
> 2) Choose the Application tab and change the Target Framework
Got it, Thank you.
bloodsugarsuckerfish - 07 Mar 2008 14:40 GMT
> 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
bloodsugarsuckerfish - 07 Mar 2008 14:41 GMT
> 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