The word "Virtual Directory" means the following.
- Directory Name File System (Directory containing files)
- Alias Name ( Name to use to access via a web browser )
- Access Permission to the Directory Name (#1 above)
The simplest virtual directory is "Document Root (Home Directory)" which has the following attributes:
- C:\InetPub\wwwroot
- /
- Read
The setting above means " If you access "/" of this server, "Read" the file under "C:\InetPub\wwwroot".
In this case, if you access:
http:// (server's host name)/ ,
"/", i.e. "Default.htm" or "index.html" under "C:\InetPub\wwwroot" directory are "read".
- C:\InetPub\scripts
- /scripts
- Not Read, Execute
if you access,
http://(server's host name)/scripts/test.exe
"test.exe" file under "/scripts", i.e. "C:\InetPub\scripts" is "Executed".
If "/scripts" is set up "Execute", the directories under "/scripts" has the "Execute" permission, i.e. can execute "/scripts/sales/test1.exe" or "/scripts/system/test2.exe".
Therefore, when you install more than one CGI on the same server, we recommend you install them in different directories that have permissions to "Execute " CGI.
To access these attributes, use the following or refer to your web server help manual.
Note: If you need help creating a virtual directory in IIS please refer to the (Q172138) in the Microsoft Knowledge Base. [Notice] In setting up, please note the following.
|

