Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am using WebBrowser Control in my ASP .net project according to this solution : Webbrowser in ASP .net

Problem is that, It loads Webbrowser control compatible to IE7 and some scripts and css dont work in IE7. I have windows 7 32bit and IE11 installed in my PC.

In case of windows form application, I can modify the Registry as follows:

-- Creating a DWORD value (Name: MyApp.exe , value : 2af9) under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet
Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION --

to force my application to use the latest version of Internet Explorer installed.

How can I do it for a Web application?

What I have tried:

I added - iisexpress.exe, inetinfo.exe and set value : 2af9 (11001) for IE version 11 in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet
Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION. But Failed.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900