Hi
I get a web service error that says: "Could not find a part of the path" followed by an absolute path that is definitely exist on the local machine (not a mapped drive and not a network path). The error is randomly generated from the Directory.GetDirectories method.
Some comments I found suggested it might be caused by folder permission as the web service is running under the built-in NetworkService account. All the folders that raised the error has the NetworkService account with the required permissions and as I stated before, the error is randomly generated - very few times actually comparing to the times the method is used.
My server is running on Win2003 server and IIS 6.
Web service:
VB.Net and .Net 1.1
Thanks for any assistance!
eelis