How To Install DotNetNuke
- Download the latest stable release of DotNetNuke, using the INSTALL package.
- Extract the contents of the ZIP package to a folder on your computer.
- Create a directory in your local drive for IIS configuration {ex:- c:\inetpub\wwwroot\ } folder called DotNetNuke which would look like the following.
C:\inetpub\wwwroot\dotnetnuke\
- Copy the contents of the extracted DNN INSTALL package to the "c:\inetpub\wwwroot\dotnetnuke\ " folder.
- Go to the properties of the "C:\inetpub\wwwroot\dotnetnuke\ " folder, click on the Security tab => select user =>Edit, be sure to add the permissions for the appropriate user (Ex:- IIS_IUSER and current user). Give "Full control" permissions to the folder.
![]()
If IIS_IUSER not found, in the Security => Group of user names, click Add =>Advance => Find Now => select user from search result => OK. Give full control permission to the user.
![]()
- Open up the web server IIS Console, start->run->INETMGR.
- Expand the websites node.
- Right click Sites.
![windows]()
Right click Sites => Add website the open the following windows, give the following details, then click OK.
- site name - [{Site Name, use for browse}]
- Physical Path - [{Local Path of system}]
- Port - [if you require any specific port number to be used for this site then provide details otherwise keep it 80 for default value.]
- If you have host name then give the host name otherwise leave blank. [Ex: wlc.justernergy.com]
![SQL Server Management]()
- Open the SQL Server Management Studio and connect your database. Then, give the following details.
- Server name.
- Login.
- Password.
![SQL Server Management]()
- Create the database (ex:- DnnDemo)
![]()
- Open the web..config from Local Path of system (ex:-C:\inetpub\wwwroot\dotnetnuke\web.config)
- Update the connectionString in web.config
![SQL Server Management]()
- Open the IIS and browse the web site.
![SQL Server Management]()
- Following window opens after browsing the web site.
![SQL Server Management]()
- Fill the following details,
![SQL Server Management]()
![SQL Server Management]()
- Username. [default :-host]
- Password.
- Confirm password.
- Email Address.
- Website name.
- Database Setup. [select Custom]
- Database Type. [select SQL Server/SQL Server Express Database]
- Server name.
- Database name.
- Security [select user defined].
- Database username.
- Database password.
- And select as database owner.
Then, click Continue.
- After clicking on Continue, Dnn installation is started.
![SQL Server Management]()
![SQL Server Management]()
After installation process is complete, click on "Visit website" to open the website.
![SQL Server Management]()
- Your website is ready for use.
References