Problems running a .net exe from a network drive.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I am experiencing some problems running a .net exe placed on a network
drive. File IO operations and access to reg db results in access denied
exceptions. If I run the same program from a location locally on my machine I
do not have any problems... Anyone who knows why?

rgds
Jesper.
 
This is because your application is not fully trusted when running from the
network share. Permissions to access certain resources (like the local file
system and registry) will be denied.

For more check the resources linked to here:

http://www.tvbug.com/diary/20030923.htm
 

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