7a9241a64d0d0ece38106cb9f6b5fc6e1ff23677
Guides/MVC-Integration.md
| ... | ... | @@ -53,11 +53,15 @@ Ex) if the namespace is in other controller file is ABC.Controllers, then MVC3SK |
| 53 | 53 | |
| 54 | 54 | <!-- **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 | 55 | |
| 56 | +**c.** Copy rs.aspx under /Reporting and paste it in /Resources/html as below |
|
| 57 | + |
|
| 58 | + |
|
| 59 | + |
|
| 56 | 60 | |
| 57 | 61 | ###Step 6. Add mvc5r3\Views\Reporting folder |
| 58 | 62 | |
| 59 | 63 | Add the Reporting folder in mvc5r3\Views to the project's Views |
| 60 | -0 |
|
| 64 | + |
|
| 61 | 65 |  |
| 62 | 66 | |
| 63 | 67 | ###Step 7. Add _sitelayout to project’s Views\Shared |