Is it possible to use the .net Breeze Web API in a medium trust server environment?

63 views Asked by At

If not, what are my options? I presume the OData Web API is the next easiest to implement option?

The error message: Attempt by security transparent method 'Breeze.ContextProvider.BreezeConfig.get_Instance()' to access security critical method 'System.AppDomain.add_AssemblyLoad(System.AssemblyLoadEventHandler)' failed.

Assembly 'Breeze.ContextProvider, Version=1.5.0.0, Culture=neutral, PublicKeyToken=f6085f1a45e2ac59' is partially trusted, which causes the CLR to make it entirely security transparent regardless of any transparency annotations in the assembly itself. In order to access security critical code, this assembly must be fully trusted.

1

There are 1 answers

0
Josh On

Breeze requires Full Trust if using the "Breeze Web API."