views:

9

answers:

0

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, we made some enhancements to the 1.1 production version (requests from users).

I'd like to know the best strategy for bringing the changes in the 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.)