You are here:   Home
Register   |  Login

DotNetNuke

Minimize

DotNetNuke is a content management system (CMS) for websites, easy to use and highly extensible, with lots of add on modules.

One of my customers made me use Joomla. After suffering with that for three years, I was not motivated to look into another CMS, especially since I had written my own Asp.net framework, which of course I loved (and want to port to DotNetNuke).

After peering at DotNetNuke for a year, I finally gave it a try and immediately saw how powerful and easy to use it was. Have been moving my customers' and my websites to it since.

DotNetNuke Articles

Minimize
23

Before installing DotNetNuke on your webserver, there are a few changes you can make that can make your installation and later use more convenient.

First set up the App_Code folder so you can use csharp. Under App_Code folder, add the folders cs and vb. Move the .vb files in App_Code under the vb folder.

Here are the changes to make to web.config.

  1. Copy web.config to web.config-original_20091123 so you have the original web.config.

  2. Put the connection string for your database under both connectionStrings and appSettings.

    <connectionStrings>
    <add name="SiteSqlServer" connectionString="Data Source=118.43.33.55;Initial Catalog=your_dnn_database;User ID=your_dnn_username;Password=yourpassword" />
    </connectionStrings>
    <appSettings><add key="SiteSqlServer" value="Data Source=118.43.33.55;Initial
    Catalog=your_dnn_database;User ID=your_dnn_username;Password=yourpassword" />

  3. Add the code subdirectories for cs and vb.

    <codeSubDirectories>
    <add directoryName="cs" />
    <add directoryName="vb" />
    </codeSubDirectories>

  4. Show errors so you can see if there is a problem.

    <customErrors mode="Off" />
  5. Increase the timeout so you stay logged on. That way, whenever you go to your website, you will be automatically logged on and make changes easily.

    <forms name=".DOTNETNUKE" protection="All" timeout="80000"

By Andrew Weitzen, Bronze Inc.(c) 2010

Bronze is the publisher of several online Internet journals including: InternetHandholding.com, DomainNames.gs, DotNetNuke.bz, Programmer.bz, Software.vg, WebHosting.vg

Posted in: Installation

Post Rating

Comments

There are currently no comments, be the first to post one.

Post Comment

Name (required)

Email (required)

Website

Enter the code shown above in the box below

Internet Handholding Newsletter

Minimize

DotNetNuke

Minimize



Recommend DotNetNuke.bz

Minimize

Share/Bookmark Bookmark and Share