Guides/MVC-Integration.md
... ...
@@ -41,23 +41,25 @@ Ex) if the namespace is in other controller file is ABC.Controllers, then MVC3SK
41 41
42 42
###Step 5. Add Reporting and Resources folders to the project
43 43
44
-**a.** Add 'Reporting' and 'Resources' from \mvc5r3 to project by dragging and dropping them under Sample_MVCApp in Solution Explorer
44
+**a.** Add 'Reporting' from \mvc5r3 to project by dragging and dropping it in Solution Explorer
45 45
46 46
![Controllers](/Guides/MVC-Integration/Resources_Reporting.png)
47 47
48
-**b.** In Solution Explorer, exclude Dashboards-Body.ascx and Dashboards-Head.ascx from \Resources\html by right click on them and click 'Exclude From Project'
49 48
50
-![Controllers](/Guides/MVC-Integration/Exclude.png)
49
+**b.** In the same way, Add 'Resources' from \mvc5r3 to \Reporting as below
50
+
51 51
52
+**c.** In Solution Explorer, exclude Dashboards-Body.ascx and Dashboards-Head.ascx from \Resources\html by right click on them and click 'Exclude From Project'
53
+
54
+![Controllers](/Guides/MVC-Integration/Exclude.png)
52 55
53 56
54 57
<!-- **c.** Copy ./Resources folder in the root of the application into the ./Reporting folder, creating the ./Reporting/Resources path. Be sure to include all but the html folder in the Reporting\Resources folder. -->
55 58
56
-**c.** Copy rs.aspx from /Reporting and paste it in /Resources/html as below
59
+<!-- **c.** Copy rs.aspx from /Reporting and paste it in /Resources/html as below ![](/Guides/MVC-Integration/rs.png) -->
57 60
58
-![](/Guides/MVC-Integration/rs.png)
59 61
60
-**** If Izenda toolbar icons don't appear, check if Resources/html contains rs.aspx ****
62
+**** If Izenda toolbar icons don't appear, check if Reporting folder contains rs.aspx and Resources folder ****
61 63
62 64
63 65
###Step 6. Add mvc5r3\Views\Reporting folder