c1c93292bbf2dbc2ac5fb99fcf01821489affe77
Guides/Webforms-Basic-Integration.md
| ... | ... | @@ -1,4 +1,4 @@ |
| 1 | -#Izenda Web Forms Kit Integration Guide Phase I |
|
| 1 | +#Izenda Web Forms Kit Integration Guide |
|
| 2 | 2 | |
| 3 | 3 | [[_TOC_]] |
| 4 | 4 | |
| ... | ... | @@ -23,7 +23,7 @@ Web Forms C# download link](http://archives.izenda.us/ri/webforms/webforms-cs.zi |
| 23 | 23 | |
| 24 | 24 |  |
| 25 | 25 | |
| 26 | -**c.** Make sure to set your new website's name and folder location. We're going to name our website **NewWebsite** |
|
| 26 | +**c.** Make sure to set your new website's name and folder location. We're going to name our website **NewWebsite**. |
|
| 27 | 27 | |
| 28 | 28 |  |
| 29 | 29 | |
| ... | ... | @@ -31,11 +31,11 @@ Web Forms C# download link](http://archives.izenda.us/ri/webforms/webforms-cs.zi |
| 31 | 31 | |
| 32 | 32 |  |
| 33 | 33 | |
| 34 | -###Step 2. Add Izenda.AdHoc.dll and log4net.dll to the project’s reference |
|
| 34 | +###Step 2. Add Izenda files and folders |
|
| 35 | 35 | |
| 36 | -Right click on 'References' under project name in Solution Explorer window, then click 'Add Reference'. |
|
| 36 | +Unzip your Izenda webforms-cs folder, and open both the Izenda directory and the NewWebsite's directory. |
|
| 37 | 37 | |
| 38 | -Click the 'Browse' button and browse to \mvc5r3\bin, where Izenda.AdHoc.dll and log4net.dll are. Add them to reference. |
|
| 38 | +Copy Izenda's bin directory into the NewWebsite's directory. |
|
| 39 | 39 | |
| 40 | 40 |  |
| 41 | 41 |