Izenda Logo

This documentation is for the legacy Izenda 6 product. Documentation for the new Izenda 7 product can be found at https://www.izenda.com/docs/

Question

How can I use an HTTPS load balancer with Izenda?

Answer

If you are using a load balancer that does not support http (vs https), please set the following settings so the application can find images and css.

string sUrl ="https://www.domain.com/App/Reporting/rs.aspx";

Izenda.AdHoc.AdHocSettings.ResponseServer = sUrl;
Izenda.AdHoc.AdHocSettings.ReportCssUrl = sUrl + "?css=report";
Izenda.AdHoc.AdHocSettings.ToolbarCssUrl = sUrl + "?css=toolbar";
Izenda.AdHoc.AdHocSettings.TabsCssUrl = sUrl + "?css=tabs";

Please refer to these articles for information about these settings