I have a program that access certain Excel files in the same directory as the .exe file. It works wonderfully when placed anywhere on the local computer. However, if I place the exe and files on a remote server and try to run them off the server it only produces errors.
JIT Debugging shows an exception in System.Security.SecurityException has occured.
Any ideas how to resolve this?