In order to set up an IIS 5 uniGUI web application, create a new Virtual Directory.
1
Create a new Virtual Directory
Note: You can add a new Virtual Directory to either the "Default Web Site" or to any other existing "Web Site".
clip0006
2
Select an alias for the virtual directory
clip0007
clip0008
3
Assign a folder to the alias
Now assign a folder to the newly created alias.
clip0009
4
Set virtual directory permissions
The next step is to assign the necessary permissions to the virtual directory. Execute permission is required.
clip0010
clip0011
5
Deploy your uniGUI server files
After creating the new virtual directory, copy your ISAPI module and other required files to the virtual directory.
You must ensure that IIS built-in users IUSR_ and IWAM_ have enough rights to access your virtual directory and any other folders that may be accessed during web application execution.
For example, if your ISAPI apps are under folder C:\WebApps then you must give full access to that folder.
clip0077
6
Browse to your web application
Your web application can be loaded by browsing to this URL:
http://localhost//.dll
Also refer to Adjusting Paths for more information:
https://unigui.com/doc/online_help/adjusting_paths.htm