I have developed my website in ASP.NET framework 4.0
I now find out that my hosting service can only handle up to version 3.5
How can I downgrade my website.
select the project in the solution explorer.
hit <alt>+<enter>
a new tab will open in the main section.
within this tab there is a set of vertical tabs.
select either application or build or target... something like that.
there will be a drop down to select which framework to target.
it's currently set to 4.0
select 3.5
save
close
fix compile errors (will occur if you are using 4.0 features)
rebuild solution
test
deploy
you may also need to tweak the web.config file. VS should cover most of config changes for you, but i've never needed to downgrade, only upgrade.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.