Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
How To Install DotNetNuke
WhatsApp
Ravi Chandra Yadav
8y
9.9
k
0
3
25
Blog
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
People also reading
Membership not found