Results 1 to 5 of 5

Thread: How to migrate from asp to asp.net

  1. #1
    Join Date
    May 2009
    Posts
    2,105

    How to migrate from asp to asp.net

    Hi,
    I want to perform a migration process. Here I want to migrate my data from asp to asp.net. I had never done this before but due to new addon and supports in asp.net I want to do the migration. I need some information on this process. How to do this and what are the complications involved in this process. I know that this will not fully work there might be some issue after changing the coding system.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: How to migrate from asp to asp.net

    It is a feature of Microsoft Visual Studio.NET 2003 where you can migrate from ASP to ASP.NET. But beware, this tool does not convert all your code, only a part. So that is not good. You have two choice to launch the tool convert. The first is by opening the visual studio and then clicking on the File Menu. Then click on Open and Change. The other way is by running the utility by using console. The paths or file names containing spaces must be enclosed in quotation marks.

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: How to migrate from asp to asp.net

    Here is a basic sysntax for the migraton. The syntax is ASPUpgrade [. Exe] directoryname [/ Out] [/ nolog | / LogFile] [/ Verbose] [/ ProjectName] [/ ForceOverwrite]. In directoryname you will need to specify the path of the ASP file to convert. In / Out directoryname you will need to specify here the path where the converted file will be saved. In / Nolog will be used for creating a log file during the upgrade. The / LogFile filename will specify the path and name of log file created during the upgrade and / Verbose will displays messages on the DOS window during the upgrade.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: How to migrate from asp to asp.net

    After running one or the other option, the Convert tool appears. Select Tool ASP to ASP.NET Migration Assistant'. You have the choice between 'Create new solution' is to say if you want to create a new solution, or another option that allows you to add your project to the solution by default. The wizard will generate files. Aspx files from the original. All references to the original project will be corrected.

  5. #5
    Join Date
    May 2008
    Posts
    2,297

    Re: How to migrate from asp to asp.net

    When you perform the migration process the the ASP files will be converted to ASP.NET. This tool uses strict rules. A file may contain references to the following locations, the first is its includes files using the script tag. It has Field Action Form, Include Directive, Instructions and Response.Redirect Application.execute and Href tag. But the extensions are not taken into account by the assistant who considers ASP files. Tool Migrating ASP to ASP.NET provides an edge for those wishing to change their web pages or applications in minimal time.

Similar Threads

  1. How to migrate Windows 8 from HDD to SSD
    By ramsun in forum Tips & Tweaks
    Replies: 0
    Last Post: 04-01-2013, 01:49 PM
  2. How can I migrate to new Mac for whole-house use?
    By Nidra in forum Portable Devices
    Replies: 8
    Last Post: 16-11-2011, 11:49 PM
  3. How to migrate to linux from windows Xp
    By Lilah in forum Operating Systems
    Replies: 6
    Last Post: 03-05-2011, 10:02 AM
  4. How to migrate Exchange 2010
    By Bruno007 in forum Tips & Tweaks
    Replies: 4
    Last Post: 17-02-2011, 02:59 PM
  5. How to Migrate from Ubuntu to XP
    By Noverism in forum Operating Systems
    Replies: 3
    Last Post: 12-03-2009, 08:56 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,727,535.35642 seconds with 17 queries