> I can to that conclusion when I tried drivetype() on all drive letters to > see what was there. > I also tried the pathing. In fact I tried just the server and it says it > cant see that. > I have some code to get a directory and look to see if it exists. > the code says if !directory(datadir) then return "Cant find directory" > I made the directory \\gslserver\ which does exist but can not be found.
\\gslserver\ isn't a directory. \\gslserver\sharename\ would be. Again, it is possible to get this working if you want to play with the run-as user for the IIS service, but personally I'd re-think the need for accessing network resources from a web service first... -- Derek _______________________________________________ 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/[EMAIL PROTECTED] ** 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.

