Installing DotNetNuke 4.6.0 Locally 

Installing DotNetNuke can be somewhat difficult at times, therefore I am writing this article to give you a full step by step guide to installing DotNetNuke on a Windows XP Pro system. The instructions are similar for Windows 2000 and XP Home but might vary slightly, I have tried to note as many differences as possible. Windows Vista installation is similar but requires a few different steps relating to IIS.  This guide is my third revision and includes additional steps and information based on feedback from previous users. 

Prior to following this instruction guide please ensure that you have downloaded the "install" version of DotNetNuke 4.6.0 from http://www.dotnetnuke.com.  You can save the zip file to your desktop for the time being.  You will also need to have SQL Server Express 2005 installed, (Other versions work, but these instructions might not match 100% on other versions).  Lastly you must be logged in to your machine with administrative permissions.

The setup will be broken into the following 4 sections; pre-requisites/disclaimer, creating the needed SQL Serveer database and user account, unzipping DNN and configuring the web.config file, and finally setup of the virtual directory and starting DotNetNuke.

Pre-Requisities / Disclaimer

Before we start with the tutorial I would like to start by explaining what will be covered and what must be configured PRIOR to using this guide.  This guide assumes that you have a SQL Server 2005 Express Database instance running on your machine that has been configured for mixed-mode authentication and to allow external connections.  This guide also assumes that you have IIS and ASP.NET 2.0 installed correctly.  The last assumption that is made with this tutorial is that you have "simple file sharing" turned off for your portal.

If you have any concerns regarding these items, please post a question in my support forum as these items all must exist and be configured properly as a baseline before this guide can walk you through the DNN installation.

Creating SQL Server Database

  • Start SQL Server Management Studio Express (SSMSE), (if you don't have this please install it from here.)
  • Once SSMSE has opened, please note the "Server Name" of the server that you are connecting to, this is the full text of the information in that field. 
  • Once you have connected and opened the utility you will want to expand the node for your server name as located in step 2
  • Right Click on the "Databases" node and select "Create New Database"
  • Specify a name for your database, I will use DotNetNuke46 for this example, then click create 
  • Now expand the "Security" node, then right click on "Logins" and select add
  • Provide the information for the dnn account, be sure to select "SQL Server Authentication" and remember the password. (If SQL Server Authentication is not available see this to enable mixed mode on your server) 
  • Now select "User Mappings" and check the box next to your newly created database at the top, then select the "dbowner" role from the listing at the bottom, this maps the account to have full access to your database. 
  • Click "Create" to have your user account created. Once this is completed you are now done with the databse setup. Please remember the database server name from step two and the username and password used to create the SQL Server account as we will be using this in the next section

Unzipping and Configuring DotNetNuke

All files from the DotNetNuke install zip must be extracted to a common folder, typically this folder is created as a sub directory of C:\inetpub\wwwroot. The instructions below will be based on installation to this location, if you desire to install DotNetNuke at a different location simply substitute your folder path anytime it is referenced in the below instructions.

  1. Using windows explorer navigate to c:\inetpub\wwwroot, then right click and select "New" -> "Folder" and create a folder called "DotNetNuke46". This folder will become the install directory for DotNetNuke
  2. Right click on your newly created file and select "Sharing and Security"
  3. Switch to the security tab, if you do not see the "Security" tab, you will need to disable the "Use Simple File Sharing" option in your Folder View Options.
  4. Click "Add.."
  5. In the textbox type ASPNET if on Windows 2000/XP or NETWORKSERVICE if on Windows 2K3/Vista, then press ok
  6. Under permissions for this account check the box for full control, then press "Ok" to save the changes
  7. Open the DotNetNuke 4.6.0 Install Zip package
  8. Select "Extract All Files/Folders" 
  9. For the extraction location select the folder you created in step 1
  10. Once all files have been extracted you need to edit the "Web.config" file located in the root of the DotNetNuke folder
  11. Modify the circled sections of the web config, you will need to set this up to connect to your database, so substitute your values for "Server", "Database", "uid", and "pwd".  This format of connection string will work for both SQL 2000 and SQL Express.  You may use other valid connection string settings, you may visit http://www.connectionstrings.com for assistance with other formats NOTE: be sure to use your proper values for the connection string, this image is for example purposes only and is from an older version of this guide, thus the different database name.
    Connection String Values to Change
  12. Also inside the web.config look for a setting called <add name="AutoUpgrade" value="True" />, change the value on this to "False"
  13. Lastly inside the web.config look for a setting called <add name="UseWizard" value="True" />, change the value on this to "False"
  14. Save the modified document

The above finishes the actual configuration of the DotNetNuke file system first we created the needed directory, then we assigned the proper file permissions, then we configured the web.config file to not only connect to the database but to also do some preventative settings changes to secure the site.

Setup Virtual Directory and Start DotNetNuke

Now that we have the database and file system setup we will proceed to the final step of setup, configuring IIS to host your website.

  1. Open the IIS Snap-In tool, this can be found via "Start" -> "Settings" -> "Control Panel" -> "Administrative Tools" -> "Internet Information Services"
  2. Expand the root notes until you can expand the "Default Web Site" node
    IIS Default Web Site View
  3. You should see your application folder listed under the "Default Web Site", right click on the folder and select "Properties"
  4. On the first tab, click the "Create" button next to the application name, you should then see DotNetNuke46 listed
    IIS Directory Settings
  5. Now, switch to the "Documents" tab. Remove all current entries and add "Default.aspx" to the listing. Your window should look like the following when complete.
    IIS Documents Settings
  6. Now, switch to the "Dierectory Security" tab
  7. Click "Edit" in the "Anonymous access and authentication control"
  8. Ensure that a checkmark is included in the "Anonymous Access" box at the top of the screen then click "Ok" to exit
  9. Now switch to the "ASP.NET" tab and ensure that "2.0.50727" is selected for the ASP.NET version
  10. Click "Ok" to save your changes and complete the IIS setup

This now completes the IIS setup. NOTE: If you are using Windows Vista the above steps are much different, please view my video tutorial for a step by step walk-through of the Vista IIS setup. I will work to get a text based tutorial for Vista up within the next week!

Now that we have everything configured it is time to start the installation process, you can do this by opening Internet Explorer and navigating to "http://localhost/dotnetnuke46/install/install.aspx". This should trigger the DNN installation process, if you are directed towards the "UnderConstruction.htm" page simply try navigating to the install page a second time, I have noticed a sporadic bug in DNN that causes this to occur in special circumstances.  Once the installation is completed you should see a link that says "Click here to access your portal", once you click this link you will have your new site up and going. 

This walks you through the entire setup process to get a local copy of DotNetNuke working with SQL Server 2005 Express, for installation on a hosting provider please see my other tutorials.

If you have any comments please leave them below, if you have any trouble and need assistance please utilize my forum to request assistance!

Posted by Mitchel on Monday, September 17, 2007
 

Comments

thank you, thank you, thank you. i've been struggling with the install for over a day. found you link on DDN, followed your instructions and it worked first time. you are appreciated sir.

By CT Scott on Tuesday, November 13, 2007 at 5:47 AM

I am glad that the tutorial helped you!

By mitchel.sellers@gmail.com on Tuesday, November 13, 2007 at 6:29 AM

Mitch,

you mention "this guide assumes that you have a SQL Server 2005 Express Database instance running on your machine that has been configured for mixed-mode authentication and to allow external connections"

1. In SQL Server M' Studio Express, I have options to logon in Windows or SQL authentication, but no 'mixed mode' option (unless the presence of both of these = mixed mode?)

2. I can only logon in Windows authentication. But, is this really a problem? I have installed and set up DNN on our development server and there I logon with Windows authentication, without any problem.

By mark richardson on Friday, February 29, 2008 at 5:24 AM

Mark,

Mixed mode authentication is enabled via the "Surface Area Configuration" tool within SQL Server.

You can install DNN using integrated windows authentication only if you grant the ASPNET (or NETWORK SERVICE in Win 2K3 server) account DBO access to the database.

I use the mixed mode instructions with a SQL Server specific login to provide a consistent structure that can easily be identified and troubleshooted. If you have setup the other way it is just fine.

By mitchel.sellers@gmail.com on Friday, February 29, 2008 at 5:29 AM

I forgot to mention, after installing on development server, I am now trying to install DNN again, this time on our live server, but the point I am stuck at is running the installwizard.aspx page (page can not be found error).

I am wondering if it is a problem related to authentication?

also, when installing SQL Server Express, I got a red X next to something which couldn't be installed - "Client Components", but Database services was installed successfully. (not sure if this means anything?)

By mark richardson on Friday, February 29, 2008 at 5:31 AM

Thanks,

btw,
eventually, if/when I manage to get it running, this site will not be for an intranet, but will only be required for users to log on externally via a web portal.

- not sure if this matters either way for windows/sql authentication?

By mark richardson on Friday, February 29, 2008 at 6:28 AM

Mark,

Can you please move this discussion to my Forum page. i will glady help you there.

By mitchel.sellers@gmail.com on Friday, February 29, 2008 at 6:33 AM
Click here to post a comment

Donate

Show your appreciation for the content/modules made available by MitchelSellers.com by making a donation. Donations are used to assist with dedicating time to creating free content.