4845fc1d0edf2f9286c54b1090ef306124d8e4e0
FAQ/Questions/Secure-https-on-a-load-balancer.md
| ... | ... | @@ -9,7 +9,7 @@ How can I use an HTTPS load balancer with Izenda? |
| 9 | 9 | 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. |
| 10 | 10 | |
| 11 | 11 | ```csharp |
| 12 | -string sUrl =”https://www.domain.com/App/Reporting/rs.aspx”; |
|
| 12 | +string sUrl ="https://www.domain.com/App/Reporting/rs.aspx"; |
|
| 13 | 13 | |
| 14 | 14 | Izenda.AdHoc.AdHocSettings.ResponseServer = sUrl; |
| 15 | 15 | Izenda.AdHoc.AdHocSettings.ReportCssUrl = sUrl + "?css=report"; |