Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Storing configuration settings
Message
De
10/07/2006 14:08:05
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01134800
Message ID:
01135050
Vues:
17
>A web service based on VFP MTDLL runs under IIS 5.0 on W2K. What is the best way to store config settings that can be read from VFP MTDLL code?
>
>I tried to store path to a database in Windows Registry -- IUSR account can not read the registry. Which is Ok, otherwise it would create a security issue.
>
>What could be other options?

A free table? You can stuff a xml with all the settings into a memo, index it on some sort of user id, add a timestamp to know how old it is. Add the fields of your choice.

As to the directory where it'd be, you can pretty much create the table on-the-fly, so if the configuration has its own ideas of what the current directory may be, it would put the table there. Or you can have a \\server\share\yourdir defined somewhere, and add it to the endless list of things to configure.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform