The ISAPI tab enables you to link DWebPro to third party engines, such as PHP and DWSII, that use the ISAPI interface for communicating.
The ISAPI tab
In the Add-On Packages topic you can find the following preconfigured packages that use ISAPI:
More information about the PHP support are explained in the PHP and MySQL FAQs topic.
The fields in http.ini specific to the
ISAPI section are shown below. The ISAPI0 section is the first one
of n sections for configuring the scripting server
side engines in ISAPI. The numbering of these sessions starts from 0 and must be sequential at intervals of 1 (no exceptions).
[ISAPI0] Path=##DWEBPRO_PATH##\engine\aspclassic\aspisapi.dll Extensions=.asp|.asa [ISAPI1] Path=##DWEBPRO_PATH##\engine\dws\dws2.dll Extensions=.dws
Path
Path
Path specifies the path for the ISAPI
to use and accepts only the ##DWEBPRO_PATH## constant.
Refer to the DWebPro Internal Constants topic for additional information on constants.
Accepted values: string
Extensions
Extensions
Extensions specifies file extensions
to be associated to this ISAPI executable.
Accepted values: string, separated by
the "|" character

