ISAPI DLLs in PMS There are two ISAPI DLLs used in the PMS, CustomerServices.dll and AdminServices.dll . As their names suggest the TraderWorkStation uses the CustomerServices.dll and the AdminWorkstation uses AdminServices.dll . These DLLs wrap the COM components that we discussed in the previous section. These ISAPI DLLs will reside in the Scripts subfolder of the Inetpub directory on the server. We are using the Microsoft Inet Active X control in the calling application to access the methods of the ISAPI dlls. The general format of accessing a method of ISAPI is http :// <server name> / Scripts / <DLL name>?<Function Name>?<param1>&<param2>&. |