I have a C++ dll that writes a file to a network share. The DLL can fire without anyone logged into a server. For some reason the DLL cannot write to a network share, but it can write to the local PC; like c:\temp. Anyway around to pass credentials so it can write to a network share?
Thanks,
Thanks,