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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Godaddy and 4.3.5 Install instructionsGodaddy and 4.3.5 Install instructions
Previous
 
Next
New Post
10/3/2006 1:07 PM
 

This is not a root directory install.

Thanks to http://www.northernstarsolutions for the unzip all files hint

Thanks to james.mcgough for suppling the correct SMTP settings

Thanks to thekubrix at asp.net forums for starting the whole documentatin process

These are the steps I used.  There may be a better way, there may be a different way, if so, have at it.  I wanted the simple way, this is it:

  1. Register and Download 4.3.5
  2. Create a directory to unzip the files into
  3. Unzip all files, this will include navigating through all directories and unzipping additional files
  4. You must have a hosting account at Godaddy the supports SQL
  5. Open your godaddy Hosting Account panel
  6. Create a SQL database with all schema features installed, note the servername, db name, username, and password
  7. Set your ASP.NET runtime to 2.0
  8. Modify the web.config file, replaing the XXX information with your information and uncommenting the connection SQL 2000 strings - NOTE, THIS IS DONE TWICE
    1. <connectionStrings>
       <!-- Connection String for SQL Server 2005 Express -->
       <!-- add
         name="SiteSqlServer"
         connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"
         providerName="System.Data.SqlClient" / -->
       <!-- Connection String for SQL Server 2000/2005 -->
       <add
         name="SiteSqlServer"
         connectionString="Server=XXX;Database=XXX;uid=XXX;pwd=XXX;"
         providerName="System.Data.SqlClient" />
      </connectionStrings>
      <appSettings>
       <!-- Connection String for SQL Server 2005 Express - kept for backwards compatability - legacy modules   -->
       <!-- add key="SiteSqlServer" value="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"/ -->
       <!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules -->
       <add key="SiteSqlServer" value="Server=XXX;Database=XXX;uid=XXX;pwd=;XXX"/>
  9. Create a custom directory WITH THE SAME NAME AS YOUR UNZIP DIRECTORY for your upload with READ, WRITE, and WEB permissions
  10. Upload the files
  11. Navigate to your site, www.yourdomain.com/yoursite, the install process should proceed
  12. Log in and change the ADMIN password
  13. Log in and change the HOST password
  14. Update your SMTP settings (HOST, HOST SETTINGS, ADVANCED SETTINGS, SMTP SERVER SETTINGS) with relay-hosting.secureserver.net, your full email address (name@domain.xxx) and password
  15. Test the connection
  16. Setup your portals, sites, etc
  17. Throw the dotNetNuke folks a few bucks for their product

I have done nothing new in my install.  This information was gleaned from the afore mentioned sources and I have only assembled it for 4.3.5 and Godaddy.


Annoying the world, one person at a time. (Group discounts Available)
 
New Post
10/3/2006 3:07 PM
 

My apologies, I have a small, but critical, error in the instructions:

<!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules -->
 <add key="SiteSqlServer" value="Server=XXX;Database=XXX;uid=XXX;pwd=;XXX"/>

Should read:

<!-- Connection String for SQL Server 2000/2005 - kept for backwards compatability - legacy modules -->
 <add key="SiteSqlServer" value="Server=XXX;Database=XXX;uid=XXX;pwd=XXX;"/>

The difference is the last semi-colon.  It goes AFTER the password, not before it.  the original format will gaurentee all blog and forum and such modules will give you critical errors.

Other than that, it appears to work normally and function fully on goDaddy with a hosting acocunt that supports SQL databases


Annoying the world, one person at a time. (Group discounts Available)
 
New Post
10/3/2006 3:32 PM
 
Okay so when you mean unzip everything, your talking modules and everything?  And with the SQL database, should i make a new table in the database?  Is my server name my IP address?  Cause I can't find anything else.

I am really glad you found all this out.  Godaddy has been giving me problems with "all" of dotnetnuke since I let them install it for me.  I really wanted to do this myself.
 
New Post
10/3/2006 6:26 PM
 
I read and followed the instructions except for one thing,  where it says SQL database.  Is that for MS SQL?  Because I don't see where Godaddy has any plans with just "SQL".  There is "MYSQL", "MS SQL", and "MS Access".
 
New Post
10/3/2006 10:21 PM
 

Another correction 1st.  I set my dnn directory with the permissions, READ, WRITE, WEB, and SET ROOT.  I neglected to include the last, my apologies.

To answer you questions:

1) Unzip - I unzipped EVERYTHING, going through every directory.  I had tried the install without unzipping everything and was not succesful

2) Create the SQL database but do not creat any tables, the DNN install will do that

3) Once you create the SQL database, navigate to the DATABASE, SQL SERVER link, then click on the username link, that will bring up a page with your information.  Check the following and put them in the correct palces:

DATABASE NAME DB_XXXX goes to DATABASE=

HOST NAME whsql-xxx.xxx.xxx.secureserver.net goes to SERVER=

USERNAME yourusername goes to UID=

The password you specified for the db goes to PWD=

I installed DNN for additional control.  I was able to get my VALUE APPLICATION installation of DNN to work without problem, I just wanted to be able to manipulate the SQL DB and play with the code.

 


Annoying the world, one person at a time. (Group discounts Available)
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Godaddy and 4.3.5 Install instructionsGodaddy and 4.3.5 Install instructions


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