eb207b4bba4d154c00b43393ec5ae57ee590356a
Guides/MVC-Integration.md
| ... | ... | @@ -22,17 +22,13 @@ Right click on 'References' under project name in Solution Explorer window, then |
| 22 | 22 | |
| 23 | 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 | + |
|
| 26 | 26 | |
| 27 | 27 | |
| 28 | 28 | ###Step 3. Add IzendaStaticResourcesController.cs and IzendaReportingController.cs to the project |
| 29 | 29 | |
| 30 | -**a.** Add IzendaStaticResourcesController.cs and IzendaReportingController.cs to the project |
|
| 31 | - |
|
| 32 | -**b.** Click the 'Browse' button and browse to \mvc5r3\bin, where Izenda.AdHoc.dll and log4net.dll are. Add them to reference. |
|
| 33 | -If you don’t have IIS, please see the following: |
|
| 34 | - |
|
| 35 | -[Install IIS](http://kb.izenda.com/Site/Pages/IIS-Install.aspx) |
|
| 30 | +IzendaStaticResourcesController.cs and IzendaReportingController.cs are at mvc5r3\Controllers. Add them under Controllers as below. |
|
| 31 | + |
|
| 36 | 32 | |
| 37 | 33 | [Install ASP.NET under IIS](http://kb.izenda.com/Site/Pages/ASPNET-Install.aspx) |
| 38 | 34 |