When an ASP.NET Web Service is called from a client, the client's credentials are forwarded as anonymous to any new threads. So any new threads that require user credentials like those that access remote files on the network will fail with "Access denied".
The solution is to enable "Identity...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.