Guides/Webform-Integration-Sub-Folder.md
... ...
@@ -426,13 +426,9 @@ Place the copied code between < hr / > and < footer >
426 426
**c.** (To be added)
427 427
428 428
429
-Add the Reporting folder in mvc5r3\Views to the project's Views
429
+###Step 8. Change MasterPageFile="~/Default.master" to MasterPageFile="~/Site.master"
430 430
431
-![Controllers](/Guides/MVC-Integration/VR.png)
431
+Change MasterPageFile="~/Default.master" to MasterPageFile="~/Site.master" in all Izenda .aspx pages. This can be done easily using Visual Studio's 'Find and Replace' tool as below.
432 432
433
-###Step 7. Change MasterPageFile="~/Default.master" to MasterPageFile="~/Site.master"
434
-
435
-Change MasterPageFile="~/Default.master" to MasterPageFile="~/Site.master" in all Izenda .aspx pages. This can be done easily using Visual Studio's 'Find and Replace' tool.
436
-
437
-
433
+![1](http://wiki.izenda.us/Guides/Webform-Integration-Sub-Folder/4.png)
438 434