SAP Hard-coded logon parameters not allowed when using a Destination Configuration in C#
When i try to connect to SAP server dynamically I am getting error like Hard-coded logon parameters not allowed when using a Destination Configuration any one plz help me I need to send all parameters from codebehind Dynamically not from Web.config from web.config its working fine .. but not here My code is like this SAPSystemConnect objSapConfig = new SAPSystemConnect(); RfcDestination objSapdestination = null; RfcDestinationManager.RegisterDestinationConfiguration(objSapConfig); RfcConfigParameters objParameter = new RfcConfigParameters(); objParameter.Add(RfcConfigParameters.AppServerHost,