I wrote an .exe that works fine but only if you use a local path (like C:\...) to call it. If you try to use a network path to call it (such as \\server\...) it throws a security exception.
Does anyone know how to rectify this? Do I need to add a setting to the assembly itself, or change a permission on the folder it resides in? Other?
Thanks!
Helj
Does anyone know how to rectify this? Do I need to add a setting to the assembly itself, or change a permission on the folder it resides in? Other?
Thanks!
Helj