I’m having an issue with my web service, it’s running under identity of NetworkService, and it’s trying to create a subdirectory on another machine (see UNC path below). I tried adding full control permissions on the \\machineABC\d$\Exes directory for the client machine “domain \clientmachine$”, but the error persists.
If I’ve left out any details that could help troubleshoot please let me know. Here is the error message: "System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.UnauthorizedAccessException: Access to the path '\\\\machineABC\\d$\\Exes\\4aa15a12- d5d4-4e8d-8e85-2769925880cb' is denied.\n … at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) \n at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity)\n at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity)\n at SvcMain.SvcMain.SubmitExe(String userName, ExeVMType[] analysisTypes, String sourceName, Int32 priority, Byte[] exe, String exeName, Int32 valueId) in ...\\SvcMain.asmx.cs:line 221\n at SvcMain.WebSvcMain.SubmitEx(Guid sourceGuid, Byte[] exeBytes, DownloadData data) in ...\\SvcMain.asmx.cs:line 427\n --- End of inner exception stack trace ---" thanks, dave
