News:

MyKidsDiary.in :: Capture your kids magical moment and create your Online Private Diary for your kids

Main Menu

How to: Create and Configure Virtual Directories in IIS 5.0 and 6.0

Started by dhilipkumar, Nov 16, 2008, 02:04 AM

Previous topic - Next topic

dhilipkumar

You can use IIS Manager to create a virtual directory for an ASP.NET Web application that is hosted in IIS 5.0, IIS 5.1, and IIS 6.0. A virtual directory appears to browsers as if it were contained in a Web server's root directory, even though it can physically reside somewhere else. This approach enables you to publish Web content that is not located under the root folder of a Web server, such as content that is located on a remote computer. It is also a convenient way to set up a site for local Web development work, because it does not require a unique Web site for each virtual directory. This topic explains how you can create a virtual directory and configure it to run ASP.NET pages.

Note:
You must create a virtual directory as part of an existing IIS Web site. This can be either the default Web site that is created when IIS is installed, or a Web site that you have created. For more information about how to install and configure IIS, or about how to create a Web site, see the IIS Help or the online IIS product documentation on the Microsoft TechNet Web site.

As an alternative to creating a virtual directory for a Web application, you can create a new Web site. For details about how to create a Web site in IIS Manager, see How to: Create and Configure Local ASP.NET Web Sites in IIS 6.0.


Creating the Virtual Directory


Follow one of the procedures that are described in How to: Open IIS Manager topic to open IIS Manager. You can then create a virtual directory.

To create a virtual directory by using IIS Manager

In IIS Manager, expand the local computer and the Web site to which you want to add a virtual directory.

Right-click the site or folder in which you want to create the virtual directory, click New, and then click Virtual Directory.

In the Virtual Directory Creation Wizard, click Next.

In the Alias box, type a name for the virtual directory and then click Next. Choose a short name that is easy to type, because users type this name to access the Web site.

In the Path box, type or browse to the physical directory that contains the virtual directory, and then click Next.

You can select an existing folder or create a new one to contain the content for the virtual directory.

Select the check boxes for the access permissions that you want to assign to the users.

By default, the Read and Run Scripts check boxes are selected. These permissions enable you to run ASP.NET pages for many common scenarios. For more information, see the next section in this topic.

Click Next and then click Finish.