Met behulp van DataSnap heb ik een client en een server gebouwd. Nu wil ik een een verbinding via TWebConnection opbouwen. Daarvoor schijn ik volgens de helpfiles van Delphi het bestand HTTPsrvr.dll te moeten installeren op de server. Letterlijke tekst uit de helpfiles:
. Testplatform is trouwens WinXP Pro. Vraag mijn tweakersvriendjes is dus: hoe installeer ik HTTPsrvr.dll zodanig in IIS dat ik via TWebConnection de server kan benaderen? En wat is dan de URL om de server op te roepen?
Heel fijn, maar nergens staat HOE ik die DLL installeer. En de helpfiles van IIS en diverse Delphi-boeken helpen me ook geen steek verderTWebConnection establishes the initial connection between the client application and a remote application server using HTTP. To use TWebConnection, you must have the following:
- Wininet.dll must be installed on the client system. Wininet.dll is found in the Windows system directory if you have IE3 or higher installed.
- The server system must have IIS version 4 or better or Netscape Enterprise version 3.6 or better.
- HTTPsrvr.dll must be installed with the Web server to which TWebConnection forms a connection. HTTPsrvr.dll launches the application server and marshals all calls to the application server interface.
Een goede grap mag vrienden kosten.