希望你做得很好当我使用PayPal的Rest API示例并使用Log4net实现PayPal时,我的托管服务器出现问题
<section name="paypal" type="PayPal.Manager.SDKConfigHandler, PayPalCoreSDK" requirePermission="false"/>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" requirePermission="false"/>
所有在本地系统上工作正常,但当我将其部署到我的GoDaddy服务器时,它无法正常工作。目前我正在使用SandBox Credentials。
显示错误
"Request for ConfigurationPermission failed while attempting to access configuration section 'paypal'. To allow all callers to access the data for this section, set section attribute 'requirePermission' equal 'false' in the configuration file where this section is declared."
有时显示此错误:"Request Failed"
请在此背景下提供帮助。
谢谢, 阿迪尔