Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Obvious COM / Web Svr Question, Kinda
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00449305
Message ID:
00449994
Views:
13
>I am trying to come up with a way to create a VFP data service that will live equally well on workstations and servers.
>
>With IIS, I can create a virtual directory or new web site, and have my VFP app or IE go to the server's .asp, which calls a COM object and data is returned. I can do the same with PWS, but PWS is very heavy (and makes too many workstation modifications) to put on all of the desktops I develop for.
>
>Does anyone know of lightweight web servers that install cleanly on a workstation and support COM objects?
>
>I'm going this route because I think it will let me create my COM data management stuff just one time, whether the user is working locally or not. I intend to make the "web" site run on an obscure port, etc so it's not really doing anything web-like at all, it'll just return HTML or XML when called.
>
>Any thoughts?

If you need to be able to access your COM+/MTS components from desktop applications, you can do this by exporting the COM+/MTS packages to the desktop machines. This way your desktop apps will know what server your .dlls are on and the dlls do not have to be registered on every machine, only the exported packages.
Tim Westmoreland
Software Engineer
Skyline Technologies, Inc.

"Upper classes are a nation's past; the middle class is its future." - Ayn Rand, Russian-born author (1905-1982).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform