Migrating to. NET. A Pragmatic Path to Visual Basic. NET, Visual C++. NET, and ASP. NET

Snoops

   

 
Migrating to .NET: A Pragmatic Path to Visual Basic .NET, Visual C++ .NET, and ASP.NET

By Dhananjay  Katre, Prashant  Halari, Narayana  Rao  Surapaneni, Manu  Gupta, Meghana  Deshpande

Table of Contents
Chapter 14.   Visual C++ .NET Migration Case Study

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>&.


Snoops

   
Top

Категории