security

  • Thread starter Thread starter Muckey
  • Start date Start date
M

Muckey

does anyone have any links for a step by step tutorial on how to grant an
assembly permission to access the local file system through ie?

thanks
 
I dont have any links but I am assuming its a remotely loaded assembly in
which case you need to alter the policy (Administrative Tools -> .Net
framework configuration) to allow this for that assembly (easiest to Strong
name the assembly and alter policy to give full permissions only to
assemblies with the same strong name key). If you are talking a general
web.app then you can't do this. The assembly wont be running within the
browser/client, only on the server.

HTH,
 

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