|
|
|
|
|
|
|
|
Sunday, September 05, 2010
|
|
|
|
|
|
|
|
|
|
|
|
|
How to Install DotNetNuke 5.0 Cambrian and Video This video tutorial covers installing using the Custom installation option, with SQL Express and also an external SQL Database. Find out more about which package to download and how to kick off the ...
Find this article and more in the category
Read This Article . . .
Simple Intro to the DNN UserInfo Class New DNN developers often wonder how to expose information about logged in users to a custom DotNetNuke module. So, I threw together a very simple example to show how easy it is to begin using the bu...
Find this article and more in the DotNetNuke category
Read This Article . . .
SERIES: Anatomy of a DNN Web.Config File-connectionStrings The section holds all the necessary information for database communication from your website. At minimum, there will be at least one connection string for any DotNetNuke website...
Find this article and more in the category
Read This Article . . .
How To Customize the Privacy and Terms Links on Your DotNetNuke Portal Straight out of the box, DotNetNuke already has a lot of things covered. But, what do you do when you are ready to begin customizing your site. Sometimes, it’s not so easy to figure out how to make t...
Find this article and more in the category
Read This Article . . .
How to Utilize AjaxToolKit with DotNetNuke Portals Integrating the AjaxToolkit into DotNetNuke modules is super easy. But, can be frustrating if you're not sure how. Find out how to Ajax enable your modules in less than 5 minutes now!
The ...
Find this article and more in the Module Development category
Read This Article . . .
New DotNetNuke 5.0 Cambrian Package Writer for Module Developers Attention developers! DotNetNuke 5.0 Cambrian has a nifty new tool to help developers package their modules nicely to fit with the new “Extensions” manager. Under the old Module Definitions manager, ...
Find this article and more in the category
Read This Article . . .
DotNetNuke 5 Cambrian Extropy Skin Features and Limitations The new DotNetNuke Extropy skin looks very cool from a distance...leaps and bounds above the old default blue skin. But, it's got some limitations you should know about upfront.
Find this article and more in the category
Read This Article . . .
Dude, Where’s my web.config file? Resolve Installation DNN Error Message: BC30451: Name 'Config' is not declared Sometimes troubleshooting DNN errors can be a royal pain. Fortunately, if you know what you're looking for installation errors are usually pretty easy to resolve. Unfortunately, if you don't know wha...
Find this article and more in the category
Read This Article . . .
Generate a Module Data Access Layer With CodeSmith With the introduction of some of the newer DNN tools, building a custom module is becoming more and more easy. With the right tools, you can have a custom module built in no time flat. This will outl...
Find this article and more in the DotNetNuke category
Read This Article . . .
How to Install and Configure ActiveDirectory Provider for DotNetNuke 5.0 The directions for installing and configuring extensions in DotNetNuke 5.0 are very similiar, but slightly different than from previous versions. Here's how to install the ActiveDirectory authentica...
Find this article and more in the category
Read This Article . . .
|
|
|
|
|
|
|
|
|
Article List
|
Installation from the DotNetNuke Install Package 4.90 to Windows XP Professional
|
| 9/14/2008 2:39:19 AM - By Warren Hirakawa |
Category: Localhost | | Comments 0
|
| |
|
OK, so, you made the leap and downloaded an installation package of DotNetNuke 4.x. Congratulations for making the leap to the wonderful world of DotNetNuke. Now what? Well, here's a step-by-step
instruction guide to get you up and running with DotNetNuke 4.x as painlessly as possible.
- First open the installation package zip file you just downloaded. Extract these files into a new folder on your C: drive called C:\DotNetNuke.

- Allow the ASPNET user 'modify' rights on the C:\DotNetNuke folder.

- Open IIS and create a virtual directory under the default web site called DotNetNuke which will point to the C:\DotNetNuke folder. For a detailed look at this process, see the Creating a Virtual Directory in IIS article.

Right click on the virtual directory you just created and click Properties. Add default.aspx to the Default Documents under the Documents tab.
- Next, open your internet browser and navigate to http://localhost/dotnetnuke
- The 1st page of the DotNetNuke installation wizard should appear. Leave the Typical installation option selected and click Next.
- Next, we will test the file permissions necessary for the installation to continue. After the permissions have been tested, click the Next link to continue.
- The next step will create the database connection for DotNetNuke. We will keep the default entries for this walkthrough so just click the Next link to continue. This will initiate the database scripts to begin execution. After the scripts have completed, click the Next link.
- The next page in the wizard will allow you to configure the host user. Enter a password, confirm it and enter an email address.
- Next we will configure the portal administrator account. Again, provide a password and an email address for the portal admin account.
That concludes the installation process. Click on the Finished link at the bottom of the page to enter your new web site. You can then login as the host or portal administrator user to manage your site.
We hope that experienced how easy it is to get up and running with DotNetNuke.
|
| |
Related Articles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|