• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc
Show / Hide Table of Contents

Set Up the DNN Folder and the User Account

DNN Version: 09.02.00
12/08/2019 • 2 minutes to read
Contributors  david-poindexter
12/08/2019  • 2 minutes to read  • Contributors  david-poindexter

Steps

  1. Download DNN and extract the files.

    Note

    If you get a Windows Security Warning while attempting to unzip the file, you might need to unblock the DNN zip file then try again.

    Warning

    For your protection, remember to download or unzip files from reliable sources only.

    The folder where you extract the files becomes the DNN installation folder.

    Developers and Designers: For module or theme development, you don't need the source files.

  2. Determine the user account used to run your website.

    The account name differs, depending on your IIS and Windows version:

    If your OS is and your IIS version is a then the account name is
    Windows Vista Windows Server 2008 IIS 7 localmachine\Network Service
    Windows 7 Windows Server 2008 R2 IIS 7.5 the NETWORK SERVICE account - or - the IIS AppPool\AppPoolName, which is the name of the automatically generated app.
    Windows 8 Windows Server 2012 IIS 8
    Windows 10 IIS 10
  3. Give Full or Modify permissions for the DNN installation folder to the user account that will run your website.

    1. In Windows Explorer, right-click on the DNN installation folder, and choose Properties.

      Right-click on the DNN folder and choose Properties

    2. Go to the Security tab and click/tap Edit....

      In the Security tab, click/tap Edit...

    3. Click/Tap Add....

      Click/Tap Add...

    4. In Select Users or Groups, enter the user name, then click/tap Check Names. After the name is resolved, click/tap OK.

      In Select Users or Groups, enter the user name, then click/tap Check Names.

    5. Highlight the newly added user name and check Full Control and Modify under Allow.

      Highlight the newly added user name and check Full Control and Modify under Allow.

DNN Wiki: Setting up Your Module Development EnvironmentSetting up your DotNetNuke Module Development Environment by Chris HammondDNN Community Blog: Installing DNN by Clinton PattersonMicrosoft blog: How to: Unblock a downloaded file to avoid security warnings
Back to top by the community, for the community... #DNNCMS