Guides/Webform-Integration-Sub-Folder.md
... ...
@@ -4,8 +4,10 @@
4 4
5 5
##About
6 6
7
-This guide is designed to instruct first-time users how to integrate Izenda webform kit with a simple ASP.NET website using Visual Studio Express 2013 for Web. In this integration guide, all Izenda files will be in a sub-directory within the hosting website. This guide will use an Izenda webform kit and a simple ASP.NET website, which can be created using Visual Studio Express 2013 for Web.
7
+This guide is designed to instruct first-time users how to integrate Izenda webform kit with a basic ASP.NET website using Visual Studio Express 2013 for Web. In this integration guide, all Izenda files will be placed in a sub-directory within the hosting website. This guide will use an Izenda webform kit and a basic ASP.NET website, which can be created using Visual Studio Express 2013 for Web.
8 8
[Izenda webform kit download link](http://archives.izenda.us/ri/webforms/webforms-cs.zip)
9
+
10
+
9 11
##Instructions
10 12
11 13
###Step 1. Open the host website in visual studio
... ...
@@ -22,7 +24,7 @@ Click the 'Browse' button and browse to \mvc5r3\bin, where Izenda.AdHoc.dll and
22 24
![DLL files](/Guides/MVC-Integration/DLLs.png)
23 25
24 26
25
-###Step 3. Add IzendaStaticResourcesController.cs and IzendaReportingController.cs to the project
27
+###Step 3. Copy contents of Global.asax in starter kit to Global.asax of website
26 28
27 29
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)
28 30