When launching an embedded Internet Explorer inside Visual Studio 2015 it advertises itself as IE9 in terms of user-agent-string (even if it's actually IE11 under the hood). This causes problems in websites like Udemy and so on. I have followed the instructions in websites like:
http://www.cyotek.com/blog/configuring-the-emulation-mode-of-an-internet-explorer-webbrowser-control
I inserted a new REG_DWORD named 'devenv.exe' under both FEATURE_BROWSER_EMULATION keys that exist in the registry (32bit / 64bit). Said REG_DWORD has value 11001 (decimal) aka 2af9 in hex. I have also tried 11000 but no joy there either. This registry tweak works for all other apps except for Visual Studio. I failed to find any option that might help under Internet Explorer options. Any insight on what to do to resolve this issue will be highly appreciated.