Saturday, July 31, 2010
  Search
 
Register
Login
 
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 . . .

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 . . .

Installation from the DotNetNuke Install Package 4.90 to Windows XP Professional
OK, so you made the leap and downloaded an installation package of DotNetNuke 4.x.   But now what do I do?  Well, here's a step-by-step instruction guide to get you up and running with DotNetNuke 4....

Find this article and more in the Localhost category

Read This Article . . .

Quick Check for Troubleshooting the CodeEndeavor Ajax Templates
I haven’t just installed the the template and created a module out of the box yet. However, I have come across a few things that I know to check and fix and I’m up and running in no time at all. If y...

Find this article and more in the category

Read This Article . . .

Using DNN to take Advantage of GoDaddy Domain Names
Let's face it, GoDaddy is cheap. Pay for the hosting services and the domain names are $1.99, not a bad deal. And even without hosting services, you can pick up domain names for as low as $6.99. Put ...

Find this article and more in the category

Read This Article . . .

Converting a CSS Template To a DotNetNuke Skin
Creating DotNetNuke Skins can be a time consuming task. But, it's really not that hard and it doesn't have to be if you can use templates to help get started. Why not convert some free templates from...

Find this article and more in the category

Read This Article . . .

Customize Google Analytics for DotNetNuke Search
You can easily set up your Google Analytics account to track the search feature on your DotNetNuke website and take advantage of all the in depth reporting that Google has to offer. It's simple, here...

Find this article and more in the category

Read This Article . . .

Customize Your DotNetNuke Installation
Do you ever get tired of installing DotNetNuke just to go and change the same properties over and over? Why not just customize your install and skip the drudgery all together…

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 . . .

I Need to Modify the What to Install DNN? What in the World is a Web.Config File Anyway??
 If you're wondering what in the world a web.config file is, then wonder know more. . .in about 5 minutes, you'll know more than you do now and be well on your way to moving forward.

Find this article and more in the Web.Config category

Read This Article . . .

Recently Added Articles

Minimize
Article List

 

Creating a Virtual Directory in IIS

9/28/2008 4:59:32 PM - By Briana Tarrance

Category: IIS & ASP.NET | | Comments 1

 

 

Related Links

For DotNetNuke 4.x, you will need Internet Information Services (IIS) and ASP.Net 2.0 installed on the server where you plan to host your site. 
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 a hosting provider, the provider may have a control panel to allow you to create virtual directoies.  However, if you have full control over your server, you can create a virtual directory using the IIS Management Console. 
Creating a virtual directory will create an alias for your website accessible under the IIS website.  For example, if you create a virtual directory called DotNetNuke under the Default Web Site on your local machine, you can then navigate to http://localhost/DotNetNuke in your browser to see your website.

Here are the steps to creating a new virtual directory:

- Open the IIS Management console.  This can be found under the Administrative Tools applet from the Control Panel.

- If the server you want to access is not the local computer, right-click the Internet Information Services item at the top of the left panel and click Connect...  Then enter the computer name or IP address
of the computer you want to access, enter remote credentials, if necessary and click OK. 

- Click the + icon next to the computer you want to work with.  Click the + icon next to the Web Sites item.  You should see at least one website called Default Web Site.  Click the + icon next to the Default Web Site to view the virtual directories inside the web site.

- Next, right click one of the web sites available and mouse over the New menu option and click
the Virtual Directory ... option.  This will open the Virtual Directory Creation Wizard; click Next to begin the wizard.


- Enter an alias for the new virtual directory.  In the figure below, we will create an alias called DotNetNuke.  Click Next to continue.

- Enter the local physical directory associated with the new virtual directory.  In the figure below, we will set this to C:\DotNetNuke.  Then click Next to continue.


- Finally, we need to change/confirm the access permissions required for our web application.  In the
figure below, we will accept the default permissions.

-  That completes the creation of a new virtual directory from the IIS Management Console.  You can now create or copy web files to the physical directory. 

To navigate to your new virtual directory, enter the alias of your virtual directory after the web site URL.  For example, to go to the DotNetNuke virtual directory we just created, we would enter the http://localhost/dotnetnuke URL into your web browser.

powered by metaPost
 

Related Articles
How to Install DotNetNuke 5.0 Cambrian and Video

 
 
Copyright 2008 by Virtual-Essentials.com Privacy Statement    Terms Of Use