Running Apps and DLL over network

  • Thread starter Thread starter Randy
  • Start date Start date
R

Randy

I have a .NET application in a shared folder and it relies on a few .NET
DLL's. I can run the exe from the network, but as soon as the application
tried to access one the DLL's I get a System.Security.SecurityException
error. Is it possible to run executables with assembles from a network
share? How?



Many Thanks,



-Randy
 
Just a guess, but...
The users running the machine will have to increase the security allowance
for that application.
By putting it on a network drive you have placed it into the 'intranet
security zone' which by default has a lower set of security permissions than
running locally.

hope this helps,
paul
 
Back
Top