FAQ/Izenda-Update-Best-Practices.md
... ...
@@ -13,13 +13,13 @@
13 13
14 14
1) Review release notes [here](http://wiki.izenda.us/Release-Notes). Release notes for each release will have notes detailing features, settings, and fixes associated.
15 15
16
-1) Set aside any customized files in the entire Izenda deployment - This is typically the global.asax, code-behind files, sometimes individual page code, CSS, HTML or JS.
16
+2) Set aside any customized files in the entire Izenda deployment - This is typically the global.asax, code-behind files, sometimes individual page code, CSS, HTML or JS.
17 17
18
-2) Download an Izenda 'Full Download' that includes all files and pages.
18
+3) Download an Izenda 'Full Download' that includes all files and pages.
19 19
20
-3) In the 'vanilla' kit, enter the connection string and license key into the Global.asax. Launch the 'vanilla' installation to confirm that your license key and connection string are set correctly.
20
+4) In the 'vanilla' kit, enter the connection string and license key into the Global.asax. Launch the 'vanilla' installation to confirm that your license key and connection string are set correctly.
21 21
22
-4) Compare customized files from Step #1 to new updated files and merge over your customizations to the new files, starting with the global.asax and connection info (if contained somewhere besides the global). Move over customizations one at a time, testing each.
22
+5) Compare customized files from Step #1 to new updated files and merge over your customizations to the new files, starting with the global.asax and connection info (if contained somewhere besides the global). Move over customizations one at a time, testing each.
23 23
24 24
_See Also:_
25 25
[[How-do-I-upgrade-my-6-7-RI-with-a-6-8-DLL]]
... ...
\ No newline at end of file