My current webforms application was built using visual basic, but now the user wants to migrate it to a new UI with Bootstrap and modern styling. The goal is to apply a side navigation bar and upper navigation bar while preserving the old pages and their original styling within the new container.
I have considered using shadow DOM, however I am concerned about compatibility with Internet Explorer.
Any ideas on how I can successfully accomplish this? I welcome your suggestions!