Guides/Webforms-Basic-Integration.md
... ...
@@ -31,7 +31,11 @@ This guide will use Izenda Web Forms C# kit and a simple Web Forms application,
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.** 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)
34
+**e.** Alternatively, you can download the application directly from the following link.
35
+
36
+[Download NewWebsite](http://wiki.izenda.us/Guides/Webforms-Basic-Integration/NewWebsite.zip)
37
+
38
+Open the folder as a Website in Visual Studio.
35 39
36 40
###Step 2. Merge Izenda and NewWebsite files and folders
37 41
... ...
@@ -62,12 +66,15 @@ Keep NewWebsite's files, and discard the Izenda files.
62 66
63 67
We will walk through merging Izenda's Web.Config and Global.asax in the next step.
64 68
65
-###Step 3. Add IzendaStaticResourcesController.cs and IzendaReportingController.cs to the project
69
+###Step 3. Merging the Global.asax
70
+
71
+**a.** Add the Izenda namespace.
72
+
73
+![Controllers](http://wiki.izenda.us/Guides/Webforms-Basic-Integration/2016-03-08-19_23_05-NewWebsite---Microsoft-Visual-Studio.png)
66 74
67
-IzendaStaticResourcesController.cs and IzendaReportingController.cs are at mvc5r3\Controllers. Add them under Controllers as below (You can add by either 'drag and drop' or 'right click->Add->Existing Item)
75
+**b.** Open the Izenda Global.asax and the NewWebsite Global.asax. You'll want to add Izenda's AdHocConfig class into the NewWebsite's Global.asax.
68 76
69
-![Controllers](/Guides/MVC-Integration/Controllers.png)
70
-
77
+![Controllers](http://wiki.izenda.us/Guides/Webforms-Basic-Integration/2016-03-08-19_26_47-NewWebsite---Microsoft-Visual-Studio.png)
71 78
72 79
###Step 4. Change Namespaces of Controllers
73 80