To create a virtual directory you can use IIS Manager. A virtual director behave as it is in the root directory of web server but normally it stored somewhere else. Below are the steps to create a virtual directory.
1. Open IIS Manager.
2. Expand the Local computer.
3. Expand to the web site to you want to add a virtual directory.
4. Right click on the folder of website.
5. Click on New > Select Virtual Directory.
6. A Virtual Directory Wizard will pop-up.
7. Click Next.
8. Type a name for the virtual directory > Click Next.
9. Type a short and simple name which can be easily accessible.
10. In the Path box, enter or browse to the physical directory to the virtual directory folder and select Next.
11. Tick on the check boxes of permissions which is assign to the users.
12. Select Next and Finish.
A new virtual directory is created now.
Reply With Quote