Hi everybody, I misinterpreted the information on the documentation. What I actually needed to do was to install the web extension httpsrvr.dll in my web server. Just in case somebody else would be interested, a copy of the dll file must actually reside into a virtual directory that will be the value of the URL property of the web connection component on your project, and the configuration of the web extension httpsrvr.dll must refer to the physical location of that virtual directory. Thanks.
Emmanuel --- In [email protected], "Emmanuel Lamy" <[EMAIL PROTECTED]> wrote: > > Hi everybody, > > I have built a server app I want to use to expose a back-end database > server to clint apps through https protocol. According to the > documentation, for my server app to be able to work on top a http > protocol, I need to install the http protocol driver, httpsrvr.dll. A > search through my local drive reveals that a copy of the driver has > been installed with D2007. Now, my problem is how to achieve the > registration of a dll server. Any tips welcome. TIA. > > Emmanuel >

