8a9c6483e0bd324e9295fc3d659959296f52ec3b
Guides/MVC-Integration.md
| ... | ... | @@ -49,6 +49,9 @@ Ex) if the namespace is in other controller file is ABC.Controllers, then MVC3SK |
| 49 | 49 | |
| 50 | 50 |  |
| 51 | 51 | |
| 52 | +**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. |
|
| 53 | + |
|
| 54 | + |
|
| 52 | 55 | ###Step 6. Add mvc5r3\Views\Reporting folder |
| 53 | 56 | |
| 54 | 57 | Add the Reporting folder in mvc5r3\Views to the project's Views |
| ... | ... | @@ -161,10 +164,10 @@ Add _sitelayout from mvc5r3\Views\Shared to project’s Views\Shared |
| 161 | 164 | ``` |
| 162 | 165 | |
| 163 | 166 | |
| 164 | -###Step 9. Copy constraints classes from Globa.asax.cs |
|
| 167 | +###Step 9. Copy constraints classes from Global.asax.cs |
|
| 165 | 168 | |
| 166 | 169 | |
| 167 | -**a.** Copy below two constraints from Globa.asax.cs of mvc5r3 |
|
| 170 | +**a.** Copy below two constraints from Global.asax.cs of mvc5r3 |
|
| 168 | 171 | ```csharp |
| 169 | 172 | |
| 170 | 173 | //IRouteConstraint |