feebece6e1b73b062a949c403b2541187f291fbe
Guides/Installing-Izenda.md
| ... | ... | @@ -79,14 +79,18 @@ Once you have IIS installed, continue with the following: |
| 79 | 79 | |
| 80 | 80 | ###Step 4. Set license key and database connection |
| 81 | 81 | |
| 82 | -You can set the license key and database connection in one of two different ways, depending on how much customization you wish to have with Izenda. We will describe the two below. |
|
| 82 | +The license key and database connection can be set in one of two different ways, depending on if you are in the trial phase or in production. We will describe the two below. |
|
| 83 | 83 | |
| 84 | -####InitializeReporting() |
|
| 84 | +####InitializeReporting() in the Global.asax |
|
| 85 | + |
|
| 86 | +*If you previously used the Settings page, you will need to migrate your settings to the Global.asax and delete the information in the Settings.aspx file. |
|
| 85 | 87 | |
| 86 | 88 | The [[InitializeReporting()|http://wiki.izenda.us/FAQ/InitializeReporting]] method is the ideal place to incorporate your settings since it provides you a high level of control over which settings are applied and the scope of their application. You can learn more by learning how to [[customize Izenda settings|http://wiki.izenda.us/Integration/Tutorials/Customizing-Izenda-Settings]]. |
| 87 | 89 | |
| 88 | 90 | ####Settings.aspx |
| 89 | 91 | |
| 92 | +*This method should only be used for the trial. Continuing to use the Settings page in Production, especially in tandem with the InitializeReporting(), can cause issues. |
|
| 93 | + |
|
| 90 | 94 | Open the website that you just created [http://localhost/reporting](http://localhost/reporting). You will be redirected to the Settings page. Go to the Database tab and fill the License Key and Connection String fields with real data. You should have received your trial License Key via email. If you have not received a key, please contact your account manager with Izenda or [sales@izenda.com](mailto:sales@izenda.com). |
| 91 | 95 | |
| 92 | 96 |  |