I use a desktop application, an aspx page is loaded through web browser control in my application. IE8 was upgraded to IE11 and I started facing javascript errors with web browser control. The web browser control worked perfectly with IE8.
I have tried options like setting features for my exe - FEATURE_BROWSER_EMULATION set to 8000/8888, FEATURE_USE_LEGACY_JSCRIPT set to 1, FEATURE_BROWSER_MODE set to 8. Also tried with meta tag for compatibility and with app browser file.
I am able to achieve rendering like IE8 but the javascript errors keep coming up. Upgrading framework to 4.5 is not an option for me now.
Is there any registry setting or application setting that would force the web browser control to run javascript like it did with IE8?
I did it by putting following line below HEAD tag.