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

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

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

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

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

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

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

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

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

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