Hi there, been testing out there Remote Content Asset recently to test its capacity for nesting in ASP.NET content, seems to work pretty well, except there is a script on the page I’m nesting in which fills in some navigation links depending on whether the user is logged in.
The links created are in the same domain as the page that’s being nested in, however the tunneling properties set doesn’t seem to be working on them (maybe because the links are created after the page has loaded?), so when a user clicks on any of them, they get directed to the page being nested (instead of staying on the Remote Content Asset page).
Any idea what my options may be to solve this?