windows-itpro-docs/browsers/internet-explorer/ie11-deploy-guide/net-framework-problems-with-ie11.md
Liza Poggemeyer cd4987cb9b Merged PR 9244: Changed loc priorities set at low to medium for MT
Changed loc priorities set at low to medium for MT. This enables the loc team to localize ALL content to a minimum standard. No text changes to any articles.
2018-06-20 22:26:55 +00:00

1.2 KiB
Raw Blame History

ms.localizationpriority, ms.mktglfcycl, description, author, ms.prod, ms.assetid, title, ms.sitesec, ms.date
ms.localizationpriority ms.mktglfcycl description author ms.prod ms.assetid title ms.sitesec ms.date
medium support How to turn managed browser hosting controls back on in Internet Explorer 11. eross-msft ie11 b0b7f60f-9099-45ab-84f4-4ac64d7bcb43 .NET Framework problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros) library 07/27/2017

.NET Framework problems with Internet Explorer 11

If youre having problems launching your legacy apps while running Internet Explorer 11, its most likely because Internet Explorer no longer starts apps that use managed browser hosting controls, like in .NET Framework 1.1 and 2.0.

To turn managed browser hosting controls back on

  1. For x86 systems or for 32-bit processes on x64 systems: Go to the HKLM\SOFTWARE\MICROSOFT\.NETFramework registry key and change the EnableIEHosting value to 1.

  2. For x64 systems or for 64-bit processes on x64 systems: Go to the HKLM\SOFTWARE\Wow6432Node\MICROSOFT\.NETFramework registry key and change the EnableIEHosting value to 1.

For more information, see the Web Applications section of the Application Compatibility in the .NET Framework 4.5 page.