My host company only supports asp 2.0. I've downloaded the latest asp tools and everything defaults to 3.5. I'm trying to use the club starter kit. Is it possible to change the framework to 2.0?
if you are using VS 2008 for your development, right click on the project properties , you can choose the target framework. in that you can choose .NET 2.0, 3.0 and 3.5. Select which ever u want
Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM
if you are using VS 2008 for your development, right click on the project properties , you can choose the target framework. in that you can choose .NET 2.0, 3.0 and 3.5. Select which ever u want
Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM
Yes, it's possible, the changes depends on your application. The other possibility is to change the hosting company, or talk with them to install asp.net 3.5.