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
![Create a new Web Forms App](http://wiki.izenda.us/Guides/Webforms-Basic-Integration/2016-03-08-15_14_33-New-Web-Site.png)
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
![Name Your Application](http://wiki.izenda.us/Guides/Webforms-Basic-Integration/2016-03-08-15_26_08-New-Web-Site.png)
29 29
... ...
@@ -31,11 +31,11 @@ Web Forms C# download link](http://archives.izenda.us/ri/webforms/webforms-cs.zi
31 31
32 32
![Name Your Application](http://wiki.izenda.us/Guides/Webforms-Basic-Integration/2016-03-08-15_26_37-NewWebsite---Microsoft-Visual-Studio.png)
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
![DLL files](/Guides/MVC-Integration/DLLs.png)
41 41