Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxisapi
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00621529
Message ID:
00708454
Vues:
24
Don,
I am just starting with ISAPI on XP-Pro. I set up my IIS. I have attempted (over and over and over) to work through 404 errors.

Can you offer a simple check list and example that I can follow to assure IIS is set properly and that the my files are in the right place.

I note that iisHelp works okay - so localhost (C:\Inetpub) mus be the root (?). I have moved foxISAPI (VFP 7) to C:\InetPub. Windows showsa 'scripts' folder (C:\InetPub\Scripts), but I cannot see that folder through on the tree presented by IIS administrator. I have set up a Virual foxISAPI directory that does show up in IIS admin.

If I could just get transaction to bite I would be 90% on my way. Any suggestions or guidance appreciated.


>Victor,
>
>I haven't worked with the Foxis sample, however I have written my own framework around the FoxISAPI dll (and available in download section -- DVRWeb ). Anyhow, when FoxISAPI calls the COM server, the actual startup directory of the COM server is NOT the same as where it is physically located... ie: FoxIS.exe is in C:\FoxIS\Testing directory, but when called as COM server the exe starts in C:\TemporaryInternetFiles... Although the directories are not the actual locations I know, its basically what is happening. To resolve, you may want to add the qualified path before referencing the FoxIS tables, rebuild and try again.
>
>lcDataPath = "c:\FoxIS\Testing\"
>use ( lcDataPath + "employee" )
>continue with rest of sample.
>
>HTH,
>
>
>Don
Imagination is more important than knowledge
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform