Search results

  1. B

    How to call strong-named assemblies from medium trust code

    I'm trying to access a strong-named assembly (NLog) from my asp application but get the security exception (System.Security.SecurityException: That assembly does not allow partially trusted callers.) This is because the trust level is set to medium on Jodo's web server (which is normal for...
  2. B

    Write Access

    Is it possible to set write access to the web.config file (or other files) so that assemblies can write to it? Would that be security risk?
Back
Top