DNN Installation procedure:
DNN is used to build highly interactive, dynamic web sites . Professional edition of DNN is licensed and Community Edition is a free one. Use the following steps to install the DNN for websites to run under asp applications.
- Download the setup folder to install DNN from the link below.
http://www.dotnetnuke.com/Development/Downloads/CommunityEditionDownload/tabid/1369/Default.aspx Click
http://www.dotnetnuke.com/tabid/125/default.aspx Click
- Extract the DotNetNuke folder under the root folder of the domain and create it as a virtual directory.
- Assign the modify permission for network services, IUSR and ASPNET.
- Create the MSSQL database and put the connect string in web.config file.
Connect string for mssql database in web.config file:
<add name=”SiteSqlServer” connectionString=”Server=(local);Database=DotNetNuke;uid=;pwd=;” providerName=”System.Data.SqlClient” />
- Access the following URL in the browser to start the installation.
http://Domainname.com/dotnetnuke
- Now proceed and complete the installation.
Installation Doc:
http://info.dotnetnuke.com/rs/dotnetnuke/images/DotNetNuke_Installation_Instructions_052609.pdf Click