Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing data from a network drive
Message
De
08/03/2008 22:56:35
 
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01300023
Message ID:
01300111
Vues:
16
>The problem is your host account for the Application Pool. By default this is NETWORK SERVICE which won't have rights on a remote machine. ASP.NET runs under the Application Host identity so NETWORK SERVICE is the effective account that's being accessed.
>
>In order to access a network drive you'll have to change the permissions on the Application Pool to an account that has rights on the network share plus whatever rights you need locally. Typically this will be a domain account but it can be a shared local account as well.
>
>Either way the App Pool needs to run under an account that has the rights for the remote access.

Very well, I will keep that in mind if we have to adjust some things in regards to that.

Thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform