Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MTDLL comm server and ASP
Message
 
À
26/03/2003 17:44:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00770509
Message ID:
00770574
Vues:
16
Gaylen,

The problem is related to security. An anonymous user accessing a Web site on IIS comes in as IUSR_(machine name) which by default has very limited rights on the local machine. In order to run at all and access data you usually have to give IUSR_ rights to even access local data. But IUSR_ is a local account and it doesn't have network access by default.

To work around this you should stick you component into COM+ and assign it an Impersonation identity of an account that has rights to access data over the network - a domain account or an account that exists both on the local and remote data server.

+++ Rick ---

>I have developed a ASP and VFP MTDLL web site. When using VFP scripting I have no problems accessing data that is located on the computer hosting the web site. However, I am having trouble accessing data that is located on another computer on the network. The sql code runs fine in the IDE, or an EXE, but when running it in a vfp mtdll I cannot access the data.
>
>Anyone have any idea what is preventing getting access to the data?
>
>Gaylen
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform