Search  
Sunday, November 22, 2009 ..:: CIS 8310 » Student Research » DotNetNuke ::.. Register  Login
  Present   Minimize
test
 Print   
Site Navigation

  History   Minimize
 
n

In January 2002, Microsoft released IBuySpy Portal Solution Kit (IBS). The goal of this starter kit was to demonstrate the use of ASP.NET and the .NET Framework in building web portals. On December 24th, 2002, Shaun Walker released an enhanced version of IBS called IBuySpyWorkshop on MS’s ASP.NET forum. One of the major enhancements was support for multiple portals from a single database/codebase. The application was later renamed as NotNetNuke to reflect the fact that DNN was built on .Net Framework and Nuke’s inclusion in several open source portal initiatives. Today, DNN has a community of over 100,000 registered users.

 Print   
  Some Other "Nukes"   Minimize
 

PHP-Nuke

Based on PHP and MySQL

Aim: create community-based portals

PostNuke

Forked from PHP-Nuke because some users demand a more open development environment

CPG-Nuke (Dragonfly CMS )

From Coppermine Photo Gallery and PHP-Nuke

Extension: cache support, a new theme system, a complete core rewrite, and several other features

 

 Print   
  When and Why DNN   Minimize

Why DNN

With DNN, it doesn’t need any programming experience to build a decent web portal. DNN supports multiple portals through one application. Users can customize at every level – pages, whole site. This feature is important because it provides personalization, a required element as a portal. Also it has a large open source community that’s constantly improving it.

When DNN

It boils down to cost-benefit analysis. Although the application itself is free, the cost can come from supporting a database-driven portal. The rule of thumb is: if you only need a homepage, then you don’t want to use DNN. What’s the difference between a homepage and a portal? A portal requires elements such as personalization, search, channels and links. Desirable elements include customization, role-based models and workflow.

 Print   
  Download and Install DNN   Minimize

Download

DNN is only downloadable from official site: www.dotnetnuke.com. One must simply register to download. Current versions include DotNetNuke 4.x (ASP.NET 2.0) DotNetNuke 3.x (ASP.NET 1.1). There is no automatic upgrade from 3.x to 4.x.

Install

Prerequisite: .Net, IIS and SQL Server

Steps:

  1. Download the “Install” file and unzip it
  2. Create a virtual directory that points to the unzipped folder
  3. Create a SQL database with a user that has db_owner privileges
  4. Give the ASP.NET worker process the appropriate Security access to the folder
    • Win2K – XP / IIS5: {Server}\ASPNET
    • Win2K3 / IIS6: NT AUTHORITY\NETWORK SERVICE

5.      Modify web.config

    • Rename release.config to web.config
    • Modify connection string:

<appSettings>

<add key="SiteSqlServer" value="Server=(local);Database=DotNetNuke;uid=wu;pwd=wenyi;" />

6.      Visit localhost/{virtual directory} to start installation process

 

 Print   
  Modules, Skins and Language Packs   Minimize

Modules

DNN comes with 19 built-in modules. For more modules 1)Download from hundreds of modules available on the Internet (Google) or 2)Create your own modules (Google for tutorials)

Skins

Download or create your own.

Language Packs

Download

(See links on the right for download sites)

 Print   
  Recommended Sites and Books   Minimize

Recommended Sites

Official Site

www.dotnetnuke.com

 

Net Book Design

http://www.netbookdesign.com/DotNetNukeEnglish/tabid/484/Default.aspx

 

WWWCoder (Patrick Santry)

http://www.wwwcoder.com/main/Default.aspx?tabid=68&action=cat&parentID=214

 

Books

“DotNetNuke Portals for Dummies”

Shows DNN newcomers step by step how to install and deploy rich interactive portals using the latest DNN version. Amazon price $15.74, 384 pages.

 

“Professional DotNetNuke ASP.NET Portals”

It is written by the DotNetNuke creators and core development team. Coverage includes new features such as support of Web farms and using DotNetNuke in shared hosting settings (such as GoDaddy and Pipex). Amazon price $25.19, 500 pages

 

 Print   
  PPT Slides   Minimize
 TitleOwnerCategoryModified DateSize (Kb) 
 Print   
  Resouces   Minimize
 Print   
  Example Sites   Minimize
 Print   
Copyright 2002-2005 DotNetNuke   Terms Of Use  Privacy Statement