Josh
I assume that the call you are making is trying to start a debugging session on the target PC. It tries to pull the source file after an exception.
The root cause is probably the exception to the web service call.
To reduce writing to the temp folder, you can disable timely debugging on target computers: something like <system.windows.forms jitDebugging="false"/> in the application configuration
I did digging. It seems that the problem may be on the server, and not on the client machines. If you added read / write permissions to the temp folder for the user hosting the web service, this might be OK. Sorry for the crazy advice above ...
Scott P
source share