mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-18 20:03:40 +00:00
Fixed after WDCML conversion
This commit is contained in:
@ -1,22 +1,20 @@
|
||||
---
|
||||
Description: '.NET Framework problems with Internet Explorer 11'
|
||||
MS-HAID: 'p\_ie11deploy.net\_framework\_problems\_with\_internet\_explorer\_11'
|
||||
MSHAttr: 'PreferredLib:/library'
|
||||
Description: How to turn managed browser hosting controls back on in Internet Explorer 11.
|
||||
ms.assetid: b0b7f60f-9099-45ab-84f4-4ac64d7bcb43
|
||||
ms.prod: IE11
|
||||
ms.mktglfcycl: support
|
||||
ms.sitesec: library
|
||||
title: .NET Framework problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros)
|
||||
---
|
||||
|
||||
# .NET Framework problems with Internet Explorer 11
|
||||
If you’re having problems launching your legacy apps while running Internet Explorer 11, it’s 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**
|
||||
|
||||
If you’re having problems launching your legacy apps while running Internet Explorer 11, it’s most likely because Internet Explorer no longer starts apps that use managed browser hosting controls, like in the .NET Framework 1.1 and 2.0.
|
||||
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**.
|
||||
|
||||
You can get IE11 to use managed browser hosting controls again, by:
|
||||
|
||||
**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/.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\.NETFramework` registry key and change the **EnableIEHosting** value to **1**.
|
||||
|
||||
For more information, see the [Web Applications](http://go.microsoft.com/fwlink/p/?LinkId=308903) section of the Application Compatibility in the .NET Framework 4.5 page.
|
||||
|
||||
|
Reference in New Issue
Block a user