Guides/MVC-Integration.md
... ...
@@ -18,17 +18,18 @@ This guide will use Izenda mvc5r3 kit, a simple MVC application, which is downlo
18 18
19 19
###Step 2. Add Izenda.AdHoc.dll and log4net.dll to the project’s reference
20 20
21
-**a.** Right click on 'References' under project name in Solution Explorer window, then click 'Add Reference'
21
+Right click on 'References' under project name in Solution Explorer window, then click 'Add Reference'
22 22
23
-**b.** Click the 'Browse' button and browse to \mvc5r3\bin, where Izenda.AdHoc.dll and log4net.dll are. Add them to reference.
23
+Click the 'Browse' button and browse to \mvc5r3\bin, where Izenda.AdHoc.dll and log4net.dll are. Add them to reference.
24 24
25 25
![Create Site Folder](/Guides/MVC-Integration/Open_Application.png/DLLs.png)
26 26
27 27
28
-###Step 3. Add IzendaStaticResourcesController.cs and IzendaReportingController.cs (mvc5r3\Controllers ) in the project’s Controllers
28
+###Step 3. Add IzendaStaticResourcesController.cs and IzendaReportingController.cs to the project
29 29
30
-Izenda Reports provides an integrated platform for browser-based report customization and works on your application's existing web server. This section will guide you through configuring Izenda Reports for use on Microsoft's Internet Information Server (IIS) on Windows. Izenda recommends doing the initial setup on a non-production server.
30
+**a.** Add IzendaStaticResourcesController.cs and IzendaReportingController.cs to the project
31 31
32
+**b.** Click the 'Browse' button and browse to \mvc5r3\bin, where Izenda.AdHoc.dll and log4net.dll are. Add them to reference.
32 33
If you don’t have IIS, please see the following:
33 34
34 35
[Install IIS](http://kb.izenda.com/Site/Pages/IIS-Install.aspx)