I have an old application created in webforms with visual basic. Now user wants to migrate that application to new UI which is using bootstrap and modern styling. But initially just want to apply side navigation bar and upper navigation bar and preserve old pages with old styling and show it in the new container.
I have shadow dom in my mind, but the compatibility issue is there using that for ie.
I want some suggestions about how I can achieve this?