489f44d2aa4c2774606307a43e0eeead95ef97a0
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 | - |
|
| 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 | + |
|
| 438 | 434 |