To start IIS Manager :
- On the Start menu, click Run.
- In the Open box, type inetmgr and click OK.
- On the Start menu, click Run. In the Run text box, type control panel, and then click OK.
- In the Control Panel window, click Administrative Tools.
- In the Administrative Tools window, click Internet Information Services.
Now that IIS Manager is started, you are ready to 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 within which you want to create the virtual directory, point to 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 the user types 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. Note that 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 your 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.
- Click Next and then click Finish.
- In IIS Manager, right-click node for the virtual directory that you want to configure, and then click Properties.
- Click the Directory Security tab, and then in the Authentication and access control section, click Edit.
- Select the check box for the authentication method or methods that you want to use for your virtual directory, and then click OK. By default, the Enable anonymous access and Windows Integrated Authentication check boxes are already selected.
- In Windows Explorer, navigate to the folder that will contain the pages for the site. Right-click the folder and then click Sharing and Security on the shortcut menu.
- On the Security tab, configure any additional accounts and permissions that you need, and then click OK.