- default.apsx
- Layout:Three Column
- Content:Homepage
- conlib:Custom/myconlib1
- conlib:colib2
- Left Sidebar: Standard Sidebar
- conlib:Custom/menu
- Right Sidebar: Standard Sidebar
- ...
- Checkout/EditBillAddress.aspx
- Layout:Checkout
- ...
- ... and like this for all the AC pages (i.e. the ones that inherit CommerceBuilder.Web.UI.AbleCommercePage)
In principle it is not very difficult, have to read each aspx file and see which scriptlets are being used. Then read all those scriptlets to find which conlibs are being used. The difficult part is reading the scriptlet customizations which are kept in an encrypted table (ac_SharedPersonalizations). The code that does this almost certainly exists in AC source code, so problem really is extracting it.
We want to start coding this tool. Wanted to see if anyone has tips, experience or maybe a ready code!