I have .NET 2.0, a precompiled and deployed website. I decompiled the site and added new functionality to the "dev branch" of the site. Now I need to upgrade the site to .NET 3.5 so that new functions can function and add new functions to the "production" site.
How can I combine this merging of functions on the production site? I have several C # classes, new pages and unrelated source code for existing pages.
Profk source
share