Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ASP access to mapped drives
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00467888
Message ID:
00468150
Vues:
16
>>>My client wants to use ASP pages to instantiate our VFP object, which returns data to be sent to the browser. Our VFP object will run as an out-of-process DLL, or possibly an EXE. Everything works fine in a single machine environment.
>>>
>>>In the client's environment the data will be on another machine -- a Novell server -- on his network. Will mapped drives be available? And if not, how do I make them available? Should I call "RevertToSelf"? (As suggested by Rick Strahl in his book?) Should my DLL do something the first time it is called to create these mappings?
>>
>>You can use mapped drives or network paths... \\networkserver\share\
>>
>>Your dll will have the same network security privelages as the machine it is installed on?
>----
>Was that last item a question? It IIS starts as a service, and no one is logged on the server machine, will it have the same access as the system administrator?

No, it will have the access of the IUSR_MachineName account which by default is basically nothing (Guest). You have to grant access to that account or use MTS to package the DLL and setup the account that it uses to instantiate the object or if an EXE, use DCOMCNFG to configure the security for the object.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform