Allen wrote on 2010-03-29: > Hi guys & gals I'm having a bad time trying to deal with the following I > have a .net web service which runs fine calling a vfp dll to do the work > again works fine. Its on an XP machine with 2 cards one on the inet side > and the other on the lan. It all works fine with data on the same > machine, however I want to access data on another machine, in this case > win2k3 sbs. I'm playing with LogonUser which I had hoped would do that > and log me on as a local machine user with a drive mapped to the one I > want. However whatever I do gets a 1326 error even though I know the > username password and domain are correct. Does anyone have any ideas or > another way for a vfp dll to access data on a server when it appears to > be user aspnet on the local machine Any help or ideas please Al > >
Allen, I believe your problem is the user that starts the VFP DLL does not have network access. It's the default security setting for the IIS user. Change the user that launches IIS, or the current users permissions, either is a can of worms for security. Tracy Pearson PowerChurch Software _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/000001cacf43$eb544f50$c1fced...@com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

