Menu

#1 Unable to access a method in Medium Trust environment

open
nobody
None
8
2007-04-30
2007-04-30
Eric Piraux
No

The NFusebox assembly invokes using reflexion, when executing the NFusebox.Switch() method, through a Activator.CreateInstance(...).

The problem occurs in Medium Trusted environment, typical for hosted shared servers.

In web.config, under the <configuration> section, the following code sets the Medium Trust

<location allowOverride="false">
<system.web>
<trust level="Medium" originUrl="" />
</system.web>
</location>

Discussion


Log in to post a comment.

Auth0 Logo