This question is locked. New answers and comments are not allowed.
Hi everyone,
Currently I am trying to host my application in a host with Medium trust security. I got this exception when trying to access my web,
Exception Details: System.Security.SecurityException: That assembly does not allow partially trusted callers.
Source Error:
I read other forum that you need to add the assembly at the web.config and I did:
<assemblies>
...
<add assembly="Telerik.Web.Mvc, Version=2010.2.825.235, Culture=neutral, PublicKeyToken=121fae78165ba3d4"/>
</assemblies>
But this issue is still happen to me. Could anyone help me with this?
Thank you,
Best Regards,
Ronald Wisnu Hariyanto
Currently I am trying to host my application in a host with Medium trust security. I got this exception when trying to access my web,
Exception Details: System.Security.SecurityException: That assembly does not allow partially trusted callers.
Source Error:
|
|
I read other forum that you need to add the assembly at the web.config and I did:
<assemblies>
...
<add assembly="Telerik.Web.Mvc, Version=2010.2.825.235, Culture=neutral, PublicKeyToken=121fae78165ba3d4"/>
</assemblies>
But this issue is still happen to me. Could anyone help me with this?
Thank you,
Best Regards,
Ronald Wisnu Hariyanto