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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top