Microsoft Web Protection Library

Discussion in 'Suggestions' started by johnnyTragic, Jul 11, 2011.

  1. I am using the Microsoft Web Protection Library for a number of my projects and it works very well; however, one of the assemblies requires either GAC installation or full trust. I was told that if there is enough demand for these libs, they (Winhost) would consider installing the library in the GAC instead of requiring the site to be elevated to full trust. Given the vendor and the scope of the library I thought it might be something more useful to the Winhost community. You can learn more about the library at http://wpl.codeplex.com/
     
    Last edited by a moderator: Oct 14, 2015
  2. +1 from me, I would like this as well.
     
  3. To change the trust level on your application use the following article:

    http://support.Winhost.com/KB/a657/changing-the-default-aspnet-trust-level.aspx

    Any file that is not installed in our GAC can be installed directly to the bin folder for your application. In our hosting environment your application is configured to look in the bin folder first and then the GAC. However, we will forward these requests for the GAC to be updated with the .dll files in question.
     
    Last edited by a moderator: Oct 14, 2015

Share This Page