NAnt authorization access issue
- by Luís Custódio
I'm having a problem trying to move a file through my network,
I want to transfer the release from my continuos integration virtual machine to the host of this VM. but i get this:
System.UnauthorizedAccessException: Access to the path '\\192.168.0.36\E$\WebApps\MyProgram' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String…