Click here to Skip to main content
16,013,322 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)

Can u tell me,

How to convert ASP.NET framework 3.5 website to framework 2

Posted

Hi
If you have not used any exclusive features of .net 3.5 like LINQ, etc. Then only u can convert 3.5 project to 2.0.

What you need to do is only delete the web.config file and add the 2.0 compatible web.config file and the project is converted.
 
Share this answer
 
Create a new ASP.NET solution, and add all the forms. This is the easiest way and most safest way to do this. ;)
 
Share this answer
 
I would open it as a website in VS2005, and then compile and see what blows up.  I'm not sure that there was any huge layout change between 2005 and 2008.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900