DNN& local host to live web site
Last Post 05/07/2014 11:48 AM by Joseph Craig. 1 Replies.
Author Messages
Donald
Nuke Ace
Nuke Ace
Posts:53


--
04/10/2014 9:01 PM
    I have a local host instance installed according to the DNN Creative tutorial "How to Install DNN to Windows 7". Now its time to move it up to a live web site.

    Is it simply a matter of adding a www URL to the host alias; and, then FTP the inetpub/mywebsite files on the local machine to the live server just below the website root?

    Thanks
    -DL
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    05/07/2014 11:48 AM
    You will want to add the "live" url to the list of Portal Aliases.

    Then you will need to:
    1. Move your database AND web directory to the new site.
    2. Edit the web.config file to connect to the live database server.
    3. Set up IIS on the live server to use the correct URL.

    You should set this up as a separate website. You don't (normally) want to make this a subdirectory in an existing website.

    You might find these two tutorials to be helpful. I find the Evotiva DNNBackup module to be an invaluable tool for moving sites from server to server.

    http://www.dnncreative.com/Tutorial...fault.aspx
    http://www.dnncreative.com/Tutorial...fault.aspx

    Joe Craig, Patapsco Research Group
    Complete DNN Support


    ---