Recent content by bokelund

  1. B

    How to call strong-named assemblies from medium trust code

    Ok thanks. The ILMerge trick actually works but it seems a bit ugly. ?( Is this really how Microsoft intended it to work? What's the best practice? Cheers Bjorn
  2. 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...
  3. 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