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,
 
Back
Top