Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...how to install dnn in ftp domain.?how to install dnn in ftp domain.?
Previous
 
Next
New Post
4/14/2009 5:12 AM
 

Hi,

I have a domain which has following options in control panel:

Database manager, ODBC dsns, Sub domains, Domain aliases, Secure folders, File managers, FTP accounts, Email accounts(pop3), Multi recipient addresses, MIME types,Custom error pages, Front page extensions, SSL, Website settings and statistics.

Now i want to know how to install dnn in this domain.Before i try anything, i want to know correct method of doing it.

(for non portal websites i simply move my files inside www folderand database into private folder and connect database by making changes in web config placed in www folder)

But for portal websites, i have no idea how to do this.

Any suggestions or solutions. pls reply asap.

Thanks,

Swaminathan,

Web Application Engineer,

www.steadfastglobal.com

 
New Post
4/14/2009 11:18 AM
 

Download and unzip the documentation. Download and unzip the Install version to a new folder on your system.  FTP the resulting files and folders to your web site.  Configure the permissions and default document according to the installation instructions in the Documentation download.  Browse to your site to start the installation.

Jeff

 
New Post
4/14/2009 12:02 PM
 

Hi Jeff,

Thanks for the information.

Also i want to move the latest updated database and other files of local dnn website into this online dnn website installed in this ftp domain.

Awaiting your suggestion.

Thanks a lot,

Swaminathan.

 
New Post
4/14/2009 2:24 PM
 

Assuming that your host is an IIS host with SQL Server Express, all you need to do is transfer all of your files to your server via FTP and your site will work with the following considerations:

If your local site is running the database inside of SQL Server where it is attached and manageable in SQL Server Management Studio, you will want to move the database inside the APP_Data folder of your DNN site or you will need to move the database to your host seperately and attach it in your SQL management control panel.

If you can attach it to SQL server from your control panel, you will have the added advantage of being able to manage the database remotely outside of DNN.  If your data is in APP_Data, you cannot attach it and manage it while your site is running.

If you choose to put your database files inside of APP_Data, all you need to do is edit the Web.Config file.  There are only 2 lines that need to be edited and they will look like this when you are done:

<add
    name="SiteSqlServer"
    connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|dnnportals_Data.mdf;"
    providerName="System.Data.SqlClient" />

<add key="SiteSqlServer" value="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|dnnportals_Data.mdf;"/>

If you look closely at the above string, you will notice that my database used to be attached to SQL Server as "dnnportals" but now it is in App_Data and everything works perfectly without any other changes.

If you are going to attach your database to SQL Server your Web.Config will look like this (but better passwords):

<add name="SiteSqlServer" connectionString="Server=sql1.besthosting.ca;Database=dnnportals;uid=dnnportals;pwd=dnnportals;" providerName="System.Data.SqlClient" />

<add key="SiteSqlServer" value="Server=sql1.besthosting.ca;Database=dnnportals;uid=dnnportals;pwd=dnnportals;" />

With this information, you should have no problem getting your local site moved.  I have done it many times now and it is very easy after you do it once or twice.  Just the other day I resurrected an old site I had on a server that I shut off a year or more ago. 

A couple things that could sting:

If your local site is running SQL Server 2008 Express and your host is running SQL Server 2005, you will not be able to move your site to this host.

If you do not have a legitimate alias assigned to your portal, you may not be able to access your site once it is moved.  Before you move your database, log into your site, go to Site Settings and the Poral Alias section.  Add the domain that your host has provided for you into the Portal Alias area.

 
New Post
4/15/2009 11:47 AM
 

Hi Mike,

Thanks for such a detailed suggestion.

I will try it and get back to you.

Thanks a lot,

Swaminathan.

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...how to install dnn in ftp domain.?how to install dnn in ftp domain.?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out