I would like to transfer my data from asp to asp.net and for this I want to know about migration process. But I didn’t have much information about this process. So please provide me detail information about this. Any help will be appreciated.
I would like to transfer my data from asp to asp.net and for this I want to know about migration process. But I didn’t have much information about this process. So please provide me detail information about this. Any help will be appreciated.
It is aspect of Microsoft Visual Studio.NET 2003 to migrate from ASP to ASP.NET. But this tool doesn’t change all code, only some part. Also you have two options to run tool convert. First is by starting visual studio and click File Menu. Then click Open and Change. And second is by running utility using console. Paths or file names having spaces should be enclosed in quotation marks.
Last edited by BellWard; 03-23-2010 at 02:07 PM.
After running any one option, convert tool shows. Choose Tool ASP to ASP.NET Migration Assistant'. Then there is option as 'Create new solution' is to say if you like to make new solution, or other option that permits to include project to solution. Wizard creates files .aspx files from original. All references to original project will solve.
Bookmarks