| About Virtual Directory - Windows |
|
The word "Virtual Directory" means the following.
The simplest virtual directory is "Document Root(Home Directory)", and has the following attributes:
The setting above means " If you access "/" of this server, "Read" the file under "C:\InetPub\wwwroot". In this case, if you access:
"/", i.e. "Default.htm" or "index.html" under "C:\InetPub\wwwroot" directory are "read".
if you access,
"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's in the same server, we recommend to install in the different directories that have permission 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 notice following.
|