Hello Aysegul,
for ASP.NET such a central place can be Application_OnStart() in your Global.asax.
The line to be moved over there is:
RfcDestinationManager.RegisterDestinationConfiguration(new MyBackendConfig());
Hynek
Hello Aysegul,
for ASP.NET such a central place can be Application_OnStart() in your Global.asax.
The line to be moved over there is:
RfcDestinationManager.RegisterDestinationConfiguration(new MyBackendConfig());
Hynek