Dedicated Servers
Managed Dedicated Servers
Semi-Dedicated Hosting
Cheap Dedicated Servers
Hyper-V VPS Hosting
Hyper-V Virtual Private Servers
Linux VPS Hosting
VPS Hosting with Root Access
Windows VPS Hosting
Windows VPS Web Hosting
Reseller Hosting
Reseller Hosting India
cPanel Shared Hosting
Linux Shared Web Hosting
Windows Hosting
Windows Shared Web Hosting
Web Hosting Blog
Web Hosting Blog India
Hosting Knowledgebase
Web Hosting Knowledgebase




  #1 (permalink)  
Old 03-10-2009, 05:52 AM
Junior Member
 
Join Date: Sep 2008
Posts: 11
Default Install DotNetNuke in few easy steps.

You can install DNN either in the root folder of the website or under any folder say dnn under your website .

1) Download DNN installtation zip file from DotNetNuke site and extract it under the root folder or any other folder where you want to install dnn .

2) The IUSR should have write as well as modify permission on the folder where you are installing DNN

3) Now create a MSSQL database , database user and password

4) Before browsing the website in the browser and proceeding with the installation make following changes in the web.config file to make the installation easier

Comment the 2 attach database connection strings

a) <add name="SiteSqlServer" connectionString="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Data base.mdf;" providerName="System.Data.SqlClient" />

b) <add key="SiteSqlServer" value="Data Source=.\SQLExpress;Integrated Security=True;User Instance=True;AttachDBFilename=|DataDirectory|Data base.mdf;" />

Use the following 2 connection strings

a) <add name="SiteSqlServer" connectionString="Server=IP of the database server;Database=databasename;uid=databaseuser;pwd= password;" providerName="System.Data.SqlClient" />

b) <add key="SiteSqlServer" value="Server=IP of database server;Database=databasename;uid=databaseuser;pwd= password;"/>

5) Now browse the website and select auto installation and click next , DNN will be installed on the website .

Regards,

Prashant.J.

Last edited by PrashantJ; 03-10-2009 at 05:54 AM. Reason: To correct the chages
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump


All times are GMT. The time now is 06:16 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0