Guides/Webform-Integration-Sub-Folder.md
... ...
@@ -14,16 +14,14 @@ This guide is designed to instruct first-time users how to integrate Izenda webf
14 14
15 15
###Step 1. Open the host website in visual studio
16 16
17
+You can also create a new web site in ASP.NET web forms
18
+
17 19
![1](http://wiki.izenda.us/Guides/Webform-Integration-Sub-Folder/1.png)
18 20
19 21
20 22
###Step 2. Copy contents of /Bin folder in webform kit to Bin folder of website
21 23
22
-Right click on 'References' under project name in Solution Explorer window, then click 'Add Reference'.
23
-
24
-Click the 'Browse' button and browse to \mvc5r3\bin, where Izenda.AdHoc.dll and log4net.dll are. Add them to reference.
25
-
26
-![DLL files](/Guides/MVC-Integration/DLLs.png)
24
+![1](http://wiki.izenda.us/Guides/Webform-Integration-Sub-Folder/1.png)
27 25
28 26
29 27
###Step 3. Copy contents of Global.asax in starter kit to Global.asax of website