Guides/Webforms-Basic-Integration.md
... ...
@@ -10,7 +10,7 @@
10 10
This guide is designed to instruct first-time users how to integrate Izenda with simple Web Forms application.
11 11
This guide will use Izenda Web Forms C# kit and a simple Web Forms application, and Visual Studio 2015.
12 12
13
-Web Forms C# download link](http://archives.izenda.us/ri/webforms/webforms-cs.zip)
13
+[Web Forms C# download link](http://archives.izenda.us/ri/webforms/webforms-cs.zip)
14 14
##Instructions
15 15
16 16
###Step 1. Create a new Web Forms application in Visual Studio
... ...
@@ -31,16 +31,19 @@ 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
-**e. Or** Download the application directly. [Download](http://wiki.izenda.us/Guides/Webforms-Basic-Integration/NewWebsite.zip)
34
+**e.** Alternatively, you can download the application directly from the following link, then open the folder as a Website in Visual Studio. [Download NewWebsite](http://wiki.izenda.us/Guides/Webforms-Basic-Integration/NewWebsite.zip)
35 35
36
-###Step 2. Add Izenda files and folders
36
+###Step 2. Merge Izenda files and folders
37 37
38
-Unzip your Izenda webforms-cs folder, and open both the Izenda directory and the NewWebsite's directory.
38
+**a.** Unzip your Izenda webforms-cs folder, and open both the Izenda directory and the NewWebsite's directory.
39 39
40 40
Copy Izenda's bin directory into the NewWebsite's directory.
41 41
42
-![DLL files](/Guides/MVC-Integration/DLLs.png)
42
+![bin files](http://wiki.izenda.us/Guides/Webforms-Basic-Integration/2016-03-08-15_28_44-webforms-cs.png)
43 43
44
+**b.** You will get a conflict around the NewtonJSON DLL. Either use the Izenda NewtonJSON dll and xml files or address the conflicting version issues by implement a strategy to use multiple versions of the same DLL.
45
+
46
+![bin files](http://wiki.izenda.us/Guides/Webforms-Basic-Integration/2016-03-08-19_02_26-2-Total-File-Conflicts.png)
44 47
45 48
###Step 3. Add IzendaStaticResourcesController.cs and IzendaReportingController.cs to the project
46 49