Installation
FAQs
Troubleshooting
Reference
Tech. Tips
My Options
Admin Tools
Address Book
Announcements
Cabinet
Memos
My Folder
Notes
Phone Messages
Project
Scheduler
Time Sheet
ToDo List
Web Forms
WebMail
Reminder
Sync for Palm OS®
Sync for Pocket PC
Share360 Outlook Sync
About Virtual Directory - Windows

The word "Virtual Directory" means the following.

  1. Directory Name File System (Directory containing files)
  2. Alias Name ( Name to use to access via a web browser )
  3. Access Permission to the Directory Name (#1 above)

The simplest virtual directory is "Document Root (Home Directory)" which has the following attributes:

  1. C:\InetPub\wwwroot
  2. /
  3. 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".

  1. C:\InetPub\scripts
  2. /scripts
  3. 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.

WindowsNT Peer Web Services or IIS Internet Service Manager > WWW Service Properties in Internet Service Manager > Directories

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.

  • Be sure not to confuse the File System location with the url address clients enter.
    For example:
         File System location: C:\InetPub\Scripts\s360v2\s360.exe
         URL Address: http://[Your Server Name/IP]/Scripts/s360v2/s360.exe
  • In executing CGI, make sure the access permission is set up as "Execute".
  • Do not use "/cb4" for the Alias name.