Running .NET from network...

  • Thread starter Thread starter GTi
  • Start date Start date
G

GTi

Maybe is this a old and well known question, but can't my C# .NET
application run from a network share? Running it from a local disk is OK but
not from my F:\ disk (nettwork disk).
 
This is due to security settings on the local machine. You can use CASPOL
to adjust this or use the .NET Framework Wizard for the appropriate
framework version in Control Panels/Administrative tools to adjust security
appropriately. Running from a network share would be in the 'Local
Intranet' zone.
Don't give full trust to anything you don't have to though.

Ron Allen
 

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