TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
How To Install DotNetNuke
Ravi Chandra Yadav
Oct 05, 2016
9.5
k
0
3
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
In this blog, you will learn 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.
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]
Open the SQL Server Management Studio and connect your database. Then, give the following details.
Server name.
Login.
Password.
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
Open the IIS and browse the web site.
Following window opens after browsing the web site.
Fill the following details,
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.
After installation process is complete, click on "Visit website" to open the website.
Your website is ready for use.
References
Video link
[All four are inter-related videos]
Document link
DotNetNuke
.NET
Next Recommended Reading
System and Hardware Requirement for Installing Visual studio 2010 and 2012