Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Publishing to the web
Message
De
25/07/2000 20:48:34
 
 
À
25/07/2000 18:09:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00396812
Message ID:
00396865
Vues:
9
>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"
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform