Tuesday, November 29, 2016

How to apply client side endpoint configuration as an extra Parameter in SANA admin panel?

Sana provides a mechanism to specify the WCF client-side endpoint configuration as an extra parameter, if you need to override the default configuration.


You can only specify either the web service URL or Extra Parameters. For this case, remove the web service URL and put the below parameter as an Extra Parameter.

endpointconfigurationname=X

Then define custom client-side configurations within the <system.servicemodel> section of the web.config file of the Sana web store application.