Adding AllowPartiallyTrustedCallersAttribute To Paypal ASP.NET SDK
- by snwr
Currently, I cannot use Paypal Pro on my host (GoDaddy) because it requires Full trust level.
After digging in Google, it seems a workaround is possible by adding
AllowPartiallyTrustedCallersAttribute to the Paypal assembly. I have seen code samples that use AllowPartiallyTrustedCallersAttribute in their AssemblyInfo.cs file, however, I've yet to…