739eb5b3434de1f14cc23bc9bbfb77c12b251613
Guides/Webform-Integration-Sub-Folder.md
| ... | ... | @@ -432,3 +432,19 @@ Change MasterPageFile="~/Default.master" to MasterPageFile="~/Site.master" in al |
| 432 | 432 | |
| 433 | 433 |  |
| 434 | 434 | |
| 435 | + |
|
| 436 | +###Step 9. In all izenda .aspx pages update paths to izenda .ascx controls |
|
| 437 | + |
|
| 438 | +In all izenda .aspx pages update paths to izenda .ascx controls, for example, |
|
| 439 | + |
|
| 440 | +<%@ Register Src="~/Resources/html/ReportViewer-Head.ascx" TagName="ccn1" TagPrefix="ccp1" %> |
|
| 441 | + |
|
| 442 | +should be changed to |
|
| 443 | + |
|
| 444 | +<%@ Register Src="~/RRR/Resources/html/ReportViewer-Head.ascx" TagName="ccn1" TagPrefix="ccp1" %> |
|
| 445 | + |
|
| 446 | +As we did in the previous step, use 'Find and Replace' tool again as below |
|
| 447 | + |
|
| 448 | + |
|
| 449 | + |
|
| 450 | +###Step 10. In all izenda .aspx pages update paths to izenda .ascx controls |