My club website is hosted on Godaddy and they require it be upgraded from 2.0 to 3.5 in order to upgrade the server to IIS7 from 6. VWD gives this option when you start the project up, so I gave it a try on a copy of the website and get many, many errors.
Here's just one of them.
Parser Error Message: Namespace of 'http://schemas.microsoft.com/.NetConfiguration/v3.0' on configuration element is invalid, only 'http://schemas.microsoft.com/.NetConfiguration/v2.0' is valid.
Is there a walkthrough somewhere on line that will tell me all the changes I need to make to the clubsite to bring it up to 3.0 or 3.5? Thanks.
There should be no reason for you to upgrade. Version 3.5 is only an add-on for version 2.0, so if your host can run a asp.net 3.5 site, then it can also host a .net 2.0 site
redwoodbev
Member
29 Points
166 Posts
upgrade from 2.0 to 3.5 for IIS7
Nov 14, 2010 01:24 AM|LINK
My club website is hosted on Godaddy and they require it be upgraded from 2.0 to 3.5 in order to upgrade the server to IIS7 from 6. VWD gives this option when you start the project up, so I gave it a try on a copy of the website and get many, many errors. Here's just one of them.
Parser Error Message: Namespace of 'http://schemas.microsoft.com/.NetConfiguration/v3.0' on configuration element is invalid, only 'http://schemas.microsoft.com/.NetConfiguration/v2.0' is valid.
Is there a walkthrough somewhere on line that will tell me all the changes I need to make to the clubsite to bring it up to 3.0 or 3.5? Thanks.
asp.net 2.0 upgrade to 3.0 or 3.5
dahla
Participant
1816 Points
369 Posts
Re: upgrade from 2.0 to 3.5 for IIS7
Nov 14, 2010 07:23 PM|LINK
There should be no reason for you to upgrade. Version 3.5 is only an add-on for version 2.0, so if your host can run a asp.net 3.5 site, then it can also host a .net 2.0 site