How to keep my old datas when i will change asp to asp.net

Discussion in 'C#' started by raj5151, Nov 11, 2009.

  1. #1
    I have one matrimonial website with programmed by asp. Now i change to asp.net. How to keep and move my old registered profiles on database to new asp.net coding? Thanks in advance.
     
    raj5151, Nov 11, 2009 IP
  2. RonBrown

    RonBrown Well-Known Member

    Messages:
    934
    Likes Received:
    55
    Best Answers:
    4
    Trophy Points:
    105
    #2
    You shouldn't need to make any changes to the database at all. With your new site being coded in .net the database will still be available to be queried, it is just the code that is accessing it that will be different, not the database.
     
    RonBrown, Nov 11, 2009 IP
  3. yugolancer

    yugolancer Well-Known Member

    Messages:
    320
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    110
    #3
    Well it depends on the new application architecture. For example, if you want to use the .NET Framework built-in membership you will have to modify the database .. otherwise you can keep the existing DB and change only the business and presentation layers.
     
    yugolancer, Nov 11, 2009 IP
  4. raj5151

    raj5151 Active Member

    Messages:
    88
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    93
    #4
    Thanks RonBrown and yugolancer
     
    raj5151, Dec 2, 2009 IP