caspol

Caspol: Calling a method from an assembly on a network share.

I have compiled an assembly using the Microsoft Strong Name key convention and marked it to be "AllowPartiallyTrusted". I am testing the application against this assembly from two different machines. One is running windows 2003 server and the other machine is on windows XP Professional. I am able to invoke the methods on the assembly f...

.Net Security Exception when trying to render a reCaptcha control

I've downloaded the recaptcha.dll in both 1.0.1.0 and 1.0.4.0. When trying to render the control, I get the following exception: Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administ...