I am testing check out with Linkpoint and received the following error when the "place order" button is clicked . Could someone help.
Server Error in '/remote' Application.
--------------------------------------------------------------------------------
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 administrator or change the application's trust level in the configuration file.
Exception Details: System.Security.SecurityException: System.Security.Permissions.SecurityPermission
Source Error:
Line 443: OrderNumber = AppLogic.GetNextOrderNumber();
Line 444: }
Line 445: String status = Gateway.MakeOrder(String.Empty, AppLogic.TransactionMode(), cart, OrderNumber, String.Empty, String.Empty, String.Empty, String.Empty);
Line 446: if (status == AppLogic.ro_3DSecure)
Line 447: { // If credit card is enrolled in a 3D Secure service (Verified by Visa, etc.)
Source File: d:\hosting\3060907\html\remote\checkoutreview.aspx .cs Line: 445
Stack Trace:
[SecurityException: System.Security.Permissions.SecurityPermission]
LinkPointTransaction.LinkPointTxn.send(String sXml) +0
LinkPointTransaction.LinkPointTxn.send(String sClientCertPath, String sHost, Int32 iPort, String sXml) +38
AspDotNetStorefrontGateways.Linkpoint.ProcessCard( Int32 OrderNumber, Int32 CustomerID, Decimal OrderTotal, Boolean useLiveTransactions, String TransactionMode, Address UseBillingAddress, String CardExtraCode, Address UseShippingAddress, String CAVV, String ECI, String XID, String& AVSResult, String& AuthorizationResult, String& AuthorizationCode, String& AuthorizationTransID, String& TransactionCommandOut, String& TransactionResponse) +1818
AspDotNetStorefrontGateways.Gateway.mxq0YmDNX(Shop pingCart , String , String , Int32 , Int32 , Address , String , Address , Decimal , Boolean , String , String , String , String& , String& , String& , String& , String& , String& ) +1980
AspDotNetStorefrontGateways.Gateway.MakeOrder(Stri ng PaymentGatewayToUse, String TransactionMode, ShoppingCart cart, Int32 OrderNumber, String CAVV, String ECI, String XID, String RecurringSubscriptionID) +3169
AspDotNetStorefront.checkoutreview.ProcessCheckout () in d:\hosting\3060907\html\remote\checkoutreview.aspx .cs:445
AspDotNetStorefront.checkoutreview.ContinueCheckou t() in d:\hosting\3060907\html\remote\checkoutreview.aspx .cs:157
AspDotNetStorefront.checkoutreview.btnContinueChec kout2_Click(Object sender, EventArgs e) in d:\hosting\3060907\html\remote\checkoutreview.aspx .cs:150
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEven t(String eventArgument) +110
System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +175
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6785
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +242
System.Web.UI.Page.ProcessRequest() +80
System.Web.UI.Page.ProcessRequestWithNoAssert(Http Context context) +21
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.checkoutreview_aspx.ProcessRequest(HttpContext context) in App_Web_hhjq9stp.2.cs:0
System.Web.CallHandlerExecutionStep.System.Web.Htt pApplication.IExecutionStep.Execute() +181
System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean& completedSynchronously) +75
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.4049