'System.Security.SecurityException' error when running app

  • Thread starter Thread starter Zak Taemur
  • Start date Start date
Z

Zak Taemur

Whenever I try to run my application I get the following
error:

"An unhandled exception of
type 'System.Security.SecurityException' occured in
WorkFlow-Projects.exe

Additional information: Request failed"

I have my project files on a network share drive on our
W2K Adv. Server PC.

Any help would be appreciated.

Regards

Zak Taemur
Riyadh, Saudi Arabia
 
This is probably because your local intranet zone uses the LocalIntranet
permission set. This means that applications run from network shares are not
allowed to do File I/O for example. You can change the runtime security
policy so that your local intranet zone is granted FullTrust to overcome this
(using the .net configuration tool in your Control Panel/Administration).

HTH, Jakob.
 

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