Guides/Webform-Integration-Sub-Folder.md
... ...
@@ -432,3 +432,19 @@ Change MasterPageFile="~/Default.master" to MasterPageFile="~/Site.master" in al
432 432
433 433
![1](http://wiki.izenda.us/Guides/Webform-Integration-Sub-Folder/4.png)
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
+![1](http://wiki.izenda.us/Guides/Webform-Integration-Sub-Folder/5.png)
449
+
450
+###Step 10. In all izenda .aspx pages update paths to izenda .ascx controls