|
|
|
|
|
|
|
|
Thursday, September 09, 2010
|
|
|
|
|
|
|
|
|
|
|
|
|
Resolving Troubles with DNN User Controls During Module Development & Compilation So, you've created a module in a separate project using some DNN User Controls and now you're receiving errors and can't compile?
If you are using these controls (list below) on your module using ...
Find this article and more in the category
Read This Article . . .
Quick Look at Some New Features of DotNetNuke 5 Cambrian DotNetNuke’s much anticipated Cambrian has finally been made available as a Release Candidate and while it looks like the same ol’ packages from afar, it’s packed with some nice new features that are...
Find this article and more in the category
Read This Article . . .
Upgrading to DotNetNuke Cambrian 5.0 from DotNeNuke 4.x If you're looking to try out the new DNN Cambrian package, you can upgrade previous DotNetNuke installations with the following steps. Remember, as of right now, the DNN 5.0 Cambrian package availabl...
Find this article and more in the category
Read This Article . . .
Getting Aquainted with the DNN Classes So, you've decided to start checking out DotNetNuke development and you're wondering where to start, right? Well, it's easy to start taking a quick tour of the DotNetNuke classes now with the help o...
Find this article and more in the 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 . . .
Setting Up Multiple Websites You can create multiple distinct, (mainly) independent websites with one instance of a DNN installation on your web account. In lamens terms, this means that you can purchase ONE web hosting accoun...
Find this article and more in the category
Read This Article . . .
Adding Google AdSense with Video Adding Google AdSense to your DotNetNuke portal has never been easier. By default, a Google AdSense module is added the list of installed modules when your DNN portal is first created. It's easy to ...
Find this article and more in the Modules category
Read This Article . . .
Creating a Virtual Directory in IIS One of the first things you will need to do prior to installing DotNetNuke on a server is to create a virtual directory which will host your DotNetNuke website. If you have full control over you...
Find this article and more in the IIS & ASP.NET category
Read This Article . . .
Installing DotNetNuke on the root of GoDaddy - 8 Simple Steps If you have are having a hard time getting DotNetNuke installed on the root of your hosting account, read this article to find out how. This article was originally written for a the specific purpose ...
Find this article and more in the Hosting Provider 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 . . .
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|