Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Publishing to the web
Message
From
26/07/2000 16:36:40
 
 
To
25/07/2000 20:48:34
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00396812
Message ID:
00397307
Views:
9
Thank you. I will give the setup wizard a try.

Jack

>>I have just finished my first VFP COM server and it works great on my workstation under PWS. I am now ready to publish it on our production web server, IIS, and can use some advice.
>>
>>I understand I have to load the VFP runtimes (VFP6R.DLL and VFP5RENU.DLL) on the web server and register them. Can they and my COM DLL reside in the same folder as my ASP pages? Does my COM file need to be registered also? How does one "register" a DLL on a web server? Is there anything else I need to know or do?
>>
>
>Best way to install the VFP runtime on any machine is by creating an exe with the setup wizard. Run the setup file on the server, and it places all needed files in the correct directories. If you include your COM server, it will register itself- if you want to register it manually, copy the dll into your application directory and run RegSvr32 with the path to your dll as a parameter:
>
>RegSvr32 "c:\mydll.dll"
Previous
Reply
Map
View

Click here to load this message in the networking platform