Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Server Transfer of Live Site

  1. #1
    matrix is offline Junior Member
    Join Date
    Oct 2008
    Posts
    12

    Default Server Transfer of Live Site

    I have a live site that I need to move to another server. In this case, do I just move the files and database to the new server and change the database connection string? Does it work that way for AspDotNetStorefront? Version is ML 8. I'm not upgrading any version.

    If web.config file is encrypted in the old server, do I need to decrypt it before I move it to the new server?

    Looking forward to your comments and response.

  2. #2
    GoVedia is offline Member
    Join Date
    Oct 2012
    Location
    Orange, CA
    Posts
    98

    Default Encrypted Web.Config

    @matrix,

    If your web.config is currently encrypted, you will most likely have to decrypt it to update your DB connection string.

    Make sure to consider any DNS updates that will need to be made with the move.

    Robert

  3. #3
    matrix is offline Junior Member
    Join Date
    Oct 2008
    Posts
    12

    Default

    Quote Originally Posted by GoVedia View Post
    @matrix,

    If your web.config is currently encrypted, you will most likely have to decrypt it to update your DB connection string.

    Make sure to consider any DNS updates that will need to be made with the move.

    Robert
    Many thanks Robert. I will keep that in mind.