Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can not access the VFP table remotely
Message
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00685543
Message ID:
00685633
Views:
42
The security can be done different ways. If you are using the ASP.NET default, the ASPNET account needs to be a user on your domain with the appropriate rights to the directory where the data is stored.

If you use impersonation, then that account must be a valid user on the domain with the appropriate rights for the data directory. Here is a sample of what to put in the web.config file
<identity impersonate="true" name="domain\user" password="password" />
>Using Web form to try to access the remote VFP table and works fine with local VFP table whether it is DBC or Free Table.
>IF it does relate to security issue, how to config the system to work it around? Thanks!
>Thomas.
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform