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 [Server-Tutor]-Manage-Web-services-using-IIS-6.0-in-windows-2003-Environ-2-1](/./images/stories/windows/[Server-Tutor]-Manage-Web-services-using-IIS-6.0-in-windows-2003-Environ-2-1.gif)
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 [Server-Tutor]-Manage-Web-services-using-IIS-6.0-in-windows-2003-Environ-2-2](/./images/stories/windows/[Server-Tutor]-Manage-Web-services-using-IIS-6.0-in-windows-2003-Environ-2-2.gif)
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.
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 Server-Tutor]-Manage-Web-services-using-IIS-6.0-in-windows-2003-Environ-2-4](/./images/stories/windows/[Server-Tutor]-Manage-Web-services-using-IIS-6.0-in-windows-2003-Environ-2-4.gif)
8. Click Finish to confirm the creation of the virtual directory.