With the identical code on my local computer (and local SQL Server DB) and GoDaddy when I try to click "My Cart", on my local computer (VS 2010) everything is perfect. When I do the same on GoDaddy it gives me the following error:
Server Error in '/claforte' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Path cannot be null.
Parameter name: path
Source Error:
Line 50: <add useSandBox="True" userName="demo_1189311458_biz_api1.dotshoppingcart.com"
Line 51: userPassword="VH6AVGLWRZ5G9UFL" certFile="5" certPassword="189315225"
Line 52: host="dsc" name="PayPal PaymentsPro DirectPay" type="DotShoppingCart.OpenSource.Payment.PaypalDirectPaymentProvider, DotShoppingCart.OpenSource.Payment.PaypalPaymentProvider, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" />
Line 53: </providers>
Line 54: </creditCardPaymentServiceConfiguration>
Source File: D:\Hosting\10646028\html\claforte\DSC.config Line: 52
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18034
I spent the whole day trying to fix it, no result. Currently I don't have any Payment Provider, I just want to have application to work the same way on GoDaddy as on my local computer. Is there some simple way to eliminate the above problem without having any Payment Provider? When I put comments on <add useSandBox="True" userName="demo_1189311458_biz_api1.dotshoppingcart.com"
userPassword="VH6AVGLWRZ5G9UFL" certFile="5" certPassword="189315225"
host="dsc" name="PayPal PaymentsPro DirectPay" type="DotShoppingCart.OpenSource.Payment.PaypalDirectPaymentProvider, DotShoppingCart.OpenSource.Payment.PaypalPaymentProvider, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null" />
in DSC.config the error displayed is even worse than original one.
|