Execute code from drive share

  • Thread starter Thread starter Brant
  • Start date Start date
B

Brant

Are there any issues with executing an EXE from a drive
share? I tried this with an EXE and it errored out.
Both machines (server and client) have the framework 1.1
installed. When executed locally on either machine it
works fine. What am I doing wrong?

Thanks! Brant
 
Yes there are security restrictions on executing applications from file
share.

Check out documentation on .NET Configuration (Adminitrative Tools) on
security policies.

Best regards
ricardo
 
Try running the caspol utility(c:\winnt\Microsoft.NET\Framework\v1.0.3705).
This should allow applications to run over share points.

caspol -s off.
 
Back
Top