Enabling and Setting Up IIS

Information

Prerequisites

A DNN installation with folder permissions for the user account that will run your website.

 

Environment

  • DNN Platform
  • Evoq Content
  • Evoq Engage

 

Back to top


 

Process

Enabling IIS

  1. Go to Control Panel > Programs and Features > Turn Windows features on or off.
    1.png

     

  2. Under Internet Information Services (IIS), turn on the following:
    • Web Management Tools:
      • IIS Management Console
    • World Wide Web Services:
      • Application Development Features: ASP.NET 3.5 and 4.7
      • Common HTTP Features: Default Document and Static Content
      • (Optional) Security: Basic Authentication
    • Internet Information Services Hostable Web Core

    windows_features.png

     

  3. Click OK and wait for the process to complete.

     

Back to top


 

Creating a New Website and Pointing it to the DNN Installation Folder

  1. Go to Control Panel > Administrative Tools > Internet Information Services (IIS) Manager.
  2. In the Connections panel, expand your host tree, right-click on Sites, and choose Add Website.
    3.png

     

  3. Enter the new website's name and choose the location. The location should be the directory where you extracted the DNN .zip file you downloaded.
    4.png

     

  4. Enter the desired Host name.

    If setting up a local development environment, you can use www.dnndev.me (or any subdomain). This is a registered domain which points to the 127.0.0.1 loopback address, so it will always resolve locally.

    If setting up a live website, use your website's domain.


    5.png

     

  5. Click OK and continue to setting up your SQL database.

     

 

Back to top


 

Related Articles 

Parent Topic

 

Previous Topic

 

Next Topic

 

Related Information

Comments

1 comment

  • Avatar
    Deniz Yavas

    If you are facing issues "Failed to load resource: the server responded with a status of 401 (Unauthorized)" when opening your website for the first time.



    Fix Steps:

    1. Open Authentication panel for your website in IIS
    2. Right click on Anonymous Authentication and select Edit
    3. Select Application pool identity and Click Ok.
    4. Refresh the browser.

    0
    Comment actions Permalink

Please sign in to leave a comment.