Integration/Tutorials/Customizing-Izenda-Settings.md
... ...
@@ -96,7 +96,7 @@ For more a more detailed code sample, click any of the headings.
96 96
97 97
##How do I add custom code?
98 98
99
-To enable a custom configuration, we must put the key and connection string in the ``InitializeReporting()`` method. If settings have already been set on the **Settings.aspx** page, they should be removed and set via code in the global.asax- otherwise, there could be complications when initializing. When adding custom code for a production integration, we recommend disabling **Settings.aspx** and **Izenda.config** altogether to prevent any conflicts from occurring. Here is the process flow for enabling custom code:
99
+To enable a custom configuration, we must put the key and connection string in the ``InitializeReporting()`` method. **If settings have already been set on the **Settings.aspx** page, they should be removed and set via code in the global.asax- otherwise, there could be complications when initializing. When adding custom code for a production integration, we recommend disabling **Settings.aspx** and **Izenda.config** altogether to prevent any conflicts from occurring.** Here is the process flow for enabling custom code:
100 100
101 101
* Navigate via the file system to the root directory of your Izenda Reports installation
102 102
* Open your global.asax file in a text editor or your favorite IDE
... ...
@@ -154,4 +154,4 @@ _**Note:** Due to the heavy use of session state Izenda relies on for caching im
154 154
155 155
##The Settings.aspx page
156 156
157
-Izenda Reports also allows most common settings to be turned on or off through its settings page. In this page you will find that settings have been grouped into categories depending on the function they server. This page can also provide helpful diagnostic data about your application. It is an Izenda best practice to only use the settings.aspx page and izenda.config for trials and evaluations, and not in production.
... ...
\ No newline at end of file
0
+Izenda Reports also allows most common settings to be turned on or off through its settings page. In this page you will find that settings have been grouped into categories depending on the function they server. This page can also provide helpful diagnostic data about your application. **It is an Izenda best practice to only use the settings.aspx page and izenda.config for trials and evaluations, and not in production.**
... ...
\ No newline at end of file