4e186dd18cce3feb37a6a3309d3cbb18332f979c
Integration/Tutorials/Customizing-Izenda-Settings.md
| ... | ... | @@ -115,7 +115,7 @@ You can use the following steps to allow proper operation of Izenda Reports on d |
| 115 | 115 | 1. Call the ``InitializeReporting()`` method from the OnPreInit() method of all pages that utilize the Izenda API except for rs.aspx. by default, the demo site already uses this configuration. |
| 116 | 116 | 2. Enable shared state management by setting the mode attribute of sessionstate to "sqlserver" or "stateserver" in the web.config file. Following is an example web.config showing where to place this option. |
| 117 | 117 | |
| 118 | -```html |
|
| 118 | +```xml |
|
| 119 | 119 | <configuration> |
| 120 | 120 | <system.web> |
| 121 | 121 | <sessionState mode="StateServer" |