私はpaypal integrationを新しくしました。私はpaypalによって提供されるコードを使用してasp.net WebアプリケーションでPaypalの直接支払いを統合しました。支払いボタンをクリックするとセキュリティ例外が生成されます:Paypal Payment Proがasp.netで動作していません
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 administrator or change the application's trust level in the configuration file.
Exception Details: System.Security.SecurityException: That assembly does not allow partially trusted callers.
Source Error:
Line 121: Response.Redirect("Paymentform.aspx?fail=1");
Line 122: }
Line 123: }
Line 124:
Line 125: protected void Populate1()
サイトはGoDaddyはによってホストされています。 誰でも解決策を教えてください。事前に感謝します。