Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)

I migrated a web app from Asp.Net 1.1 to Asp.net 2.0 using VS 2005. While I tested and debuged and the Asp.net 2.0 version, I made some enhancements to the 1.1 production version (requests from users). :sigh:



I'd like to know the best strategy for bringing the modified 1.1 web forms into the 2.0 version. Is deleting the web form from the 2.0 project in VS 2005 and using "Add Existing Item" to get the modified the web form from the 1.1 Project the best approach? (Then I can right click on that web form and select "Convert to Web Application.)



TIA

Posted
Updated 15-Feb-10 11:51am
v3

1 solution

Depending on how many changes you made you could just use something like WinMerge[^] to look at the differences between the files of the two versions and bring across the changes that you want from the 1.1 version to the 2.0 version.
 
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