Site Search

Joomla Templates and Joomla Extensions by JoomlaVision.Com

Latest Topics

Joomla Templates and Joomla Extensions by JoomlaVision.Com

[VMAX]VMAX Replication Technoledge - IBM Storage Line Product Counterparts 

[VMAX]VMAX Single Point of Failure - Engine 

[VMAX] Understand VMAX Virtualisation layers 

[VMAX]What is new with VMAX? 

[VMAX] EMC VMAX - Some Key Points about VMAX 

Pre 1 2 3 4 5 Next

You are here: Home Networking Security

[Server Tutor] Manage Web services using IIS 6.0 in windows 2003 Environment Part Two

PDFPrintE-mail

Part 2 Creating and Working with Virtual Directories
Virtual directories are great ways to make a site's structure easy to navigate for your users, even if the actual content stored on physical disks is located in several different locations or on several different computers. Not only does a well-formed virtual directory structure make a site easy to use for a web surfer, but it increases the flexibility of management for the web developer. It also provides a layer of security through obscurity because the virtual directory need not correspond directly to a physical directory on a hard disk.

Here is the process to create a virtual directory for a Web site. (The FTP server virtual directory creation process is very similar to this.)
1. Open IIS Manager.
2. Select the server and right-click on the Web site.
3. Select New | Virtual Directory

[Server-Tutor]-Manage-Web-services-using-IIS-6.0-in-windows-2003-Environ-2-1
4. Enter a name for the alias that users will specify to refer to this virtual directory. This is the text that comes after the / in the URL. e.g http://www.windowspeople.com/tutor in this example

[Server-Tutor]-Manage-Web-services-using-IIS-6.0-in-windows-2003-Environ-2-2
5. Next, specify the location of the content that will populate this virtual directory. You can enter either a local path or a UNC network path, depending on whether you're mapping a local or remote path.

 

[Server-Tutor]-Manage-Web-services-using-IIS-6.0-in-windows-2003-Environ-2-3

6. On the Security Credentials screen, specify the account and password used to authentic
ate to the network resources that hold the content for the virtual directory if necessary.
7. The Virtual Directory Access Permissions screen appears. Specify all the permissions you'd like to grant to the directory (the choices are the standard ones covered earlier in this chapter: read, run scripts, execute, write, and browse).

Server-Tutor]-Manage-Web-services-using-IIS-6.0-in-windows-2003-Environ-2-4
8. Click Finish to confirm the creation of the virtual directory.