Guides/MVC-Integration.md
... ...
@@ -16,13 +16,13 @@ This guide will use Izenda mvc5r3 kit, a simple MVC application, which is downlo
16 16
![Open the Application](http://wiki.izenda.com/image)
17 17
18 18
19
-###Step 2. Add Izenda.AdHoc.dll, log4net.dll, which are under mvc5r3\bin, to the project’s reference
19
+###Step 2. Add Izenda.AdHoc.dll and log4net.dll, which are under mvc5r3\bin, to the project’s reference
20 20
21
-**a.** Unzip webforms-xx.zip into a directory. Once unzipped, copy this directory to **C:\inetpub\wwwroot**, or wherever your websites are located.
21
+**a.** Right click on 'References' under project name in Solution Explorer window, then click 'Add Reference'
22 22
23
-**b.** Once this directory is in your C: Drive, name it 'Reporting', i.e. **C:\inetpub\wwwroot\Reporting**
23
+**b.** Click the 'Browse' button and browse to \mvc5r3\bin, where Izenda.AdHoc.dll and log4net.dll are. Add them to reference.
24 24
25
-![Create Site Folder](http://kb.izenda.com/Reg/images/InstCreateFolderNEW.png)
25
+![Create Site Folder](http://wiki.izenda.com/)
26 26
27 27
###Step 3. Configure website under IIS
28 28