Some of my tests use files located on a network share that is protected by a username/password. When I run the tests locally, everything works fine. I have the network credentials cached on my dev machine. I also have the credentials cached on my NCrunch grid node machine, but I'm guessing NCrunch runs as a different user and thus can't use the cached credentials for the logged in user, so I just get the WinIOError "The specified server cannot perform the requested operation" when the tests try to access the files.
Maybe I overlooked something in the documentation or configuration, but is there any way to configure the grid node to be able to access the network shares?