I'm trying to create an XML in an UNC path, using C#, but I'm getting the error "Access denied".
What I'm trying to do is:
doc.Save(@"\\someshare\somefolder\anotherfolder");
(the rest of the code is correct, I already tried on a local folder)
I guess I'll need to use some class to authenthicate on the share. But I don't know which. Could you tell me which is?