Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFPOLEDB.1 and Data Source
Message
From
15/08/2001 14:41:38
 
 
To
15/08/2001 13:25:47
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00543973
Message ID:
00544230
Views:
12
>>
>>What's the authentication setting on the virtual directory? If it's set to allow anonymous access, you might need to give the IUSR_MyServer account access to the physical path (the real path or network share).
>>HTH>
>
>The authentication is set to anonymous access.
>How does one give IUSR_MyServer access to the physical path?
>Is this syntax correct "http://Myserver/Tastrade_intranet/Tastrade.DBC"?
>(Tastrade_intranet is the virtual directory.)
>
>Thanks

To give permissions on the physical path, login as a user with admin rights to this path and open its properties from the right-click menu. From there you should be able to open the Permissions settings and add the IUSR account.

Are you using a dsn-less connection? (a connection string) Or is this being used directly on a COM object?

If you are using this syntax directly on the ASP, you might need to use Server.MapPath() to get to the physical path. IUSR still needs permissions to it though.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform