Information
Prerequisites
A DNN installation with folder permissions for the user account that will run your website.
Environment
- DNN Platform
- Evoq Content
- Evoq Engage
Process
Enabling IIS
- Go to Control Panel > Programs and Features > Turn Windows features on or off.
- 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
- Web Management Tools:
- Click OK and wait for the process to complete.
Creating a New Website and Pointing it to the DNN Installation Folder
- Go to Control Panel > Administrative Tools > Internet Information Services (IIS) Manager.
- In the Connections panel, expand your host tree, right-click on Sites, and choose Add Website.
- 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.
- 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.
- Click OK and continue to setting up your SQL database.
Related Articles
Parent Topic
Previous Topic
Next Topic
Comments
1 comment
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:
Please sign in to leave a comment.