Fixed after WDCML conversion

This commit is contained in:
LizRoss 2016-02-26 10:43:01 -08:00
parent 825b1eeb0e
commit 2c567301be
3 changed files with 29 additions and 56 deletions

View File

@ -1,13 +1,14 @@
--- ---
Description: 'Compatibility View was introduced in Windows Internet Explorer 8 to help existing content continue to work with Windows Internet Explorer 7, while developers updated their content to support modern interoperable web standards.' Description: Internet Explorer 11 uses the latest standards mode, which simplifies web page compatibility for users by removing the **Compatibility View** button and reducing the number of compatibility options in the F12 developer tools for developers.
MS-HAID: 'p\_ie11deploy.missing\_the\_compatibility\_view\_button' ms.assetid: 501c96c9-9f03-4913-9f4b-f67bd9edbb61
MSHAttr: 'PreferredLib:/library' ms.prod: IE11
ms.mktglfcycl: support
ms.sitesec: library
title: Missing the Compatibility View Button (Internet Explorer 11 for IT Pros) title: Missing the Compatibility View Button (Internet Explorer 11 for IT Pros)
--- ---
# Missing the Compatibility View Button # Missing the Compatibility View Button
**Last updated** **Last updated**
- November 12, 2015 - November 12, 2015
@ -25,27 +26,19 @@ Compatibility View was introduced in Windows Internet Explorer 8 to help existi
Thanks to these changes, using Internet Explorer 11 in the latest standards mode is more compatible with the web than ever before. As a result, IE11 simplifies web page compatibility for users by removing the **Compatibility View** button and reducing the number of compatibility options in the F12 developer tools for developers. Thanks to these changes, using Internet Explorer 11 in the latest standards mode is more compatible with the web than ever before. As a result, IE11 simplifies web page compatibility for users by removing the **Compatibility View** button and reducing the number of compatibility options in the F12 developer tools for developers.
## What happened to the Compatibility View button? ## What happened to the Compatibility View button?
In previous versions of IE, the **Compatibility View** button would attempt to fix a broken standards-based website, by getting the page to appear like it did in Internet Explorer 7. Today however, more standards-based websites are broken by attempting to appear like they did in Internet Explorer 7. So instead of implementing and using Compatibility View, developers are updating their server configuration to add X-UA-Compatible meta tags, which forces the content to the “edge”, making the **Compatibility View** button disappear. In support of these changes, the Compatibility View button has been completely removed for IE11. In previous versions of IE, the **Compatibility View** button would attempt to fix a broken standards-based website, by getting the page to appear like it did in Internet Explorer 7. Today however, more standards-based websites are broken by attempting to appear like they did in Internet Explorer 7. So instead of implementing and using Compatibility View, developers are updating their server configuration to add X-UA-Compatible meta tags, which forces the content to the “edge”, making the **Compatibility View** button disappear. In support of these changes, the Compatibility View button has been completely removed for IE11.
## What if I still need Compatibility View? ## What if I still need Compatibility View?
There might be extenuating circumstances in your company, which require you to continue to use Compatibility View. In this situation, this process should be viewed strictly as a workaround. You should work with the website vendor to make sure that the affected pages are updated to match the latest web standards. The functionality described here is currently deprecated and will be removed at a time in the future. There might be extenuating circumstances in your company, which require you to continue to use Compatibility View. In this situation, this process should be viewed strictly as a workaround. You should work with the website vendor to make sure that the affected pages are updated to match the latest web standards. The functionality described here is currently deprecated and will be removed at a time in the future.
**Important**   **Important**<br>This functionality is only available in Internet Explorer for the desktop.
This functionality is only available in Internet Explorer for the desktop.
  **To change your Compatibility View settings**
![](../common/wedge.gif)**To change your Compatibility View settings**
1. Open Internet Explorer for the desktop, click **Tools**, and then click **Compatibility View settings**. 1. Open Internet Explorer for the desktop, click **Tools**, and then click **Compatibility View settings**.
2. In the **Compatibility View Settings** box, add the problematic website URL, and then click **Add**. 2. In the **Compatibility View Settings** box, add the problematic website URL, and then click **Add**.<p>
Compatibility View is turned on for this single website, for this specific computer.
Compatibility View is turned on for this single website, for this specific computer.
3. Decide if you want your intranet sites displayed using Compatibility View, decide whether to use Microsoft compatibility lists, and then click **Close**. 3. Decide if you want your intranet sites displayed using Compatibility View, decide whether to use Microsoft compatibility lists, and then click **Close**.

View File

@ -1,22 +1,20 @@
--- ---
Description: '.NET Framework problems with Internet Explorer 11' Description: How to turn managed browser hosting controls back on in Internet Explorer 11.
MS-HAID: 'p\_ie11deploy.net\_framework\_problems\_with\_internet\_explorer\_11' ms.assetid: b0b7f60f-9099-45ab-84f4-4ac64d7bcb43
MSHAttr: 'PreferredLib:/library' ms.prod: IE11
ms.mktglfcycl: support
ms.sitesec: library
title: .NET Framework problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros) title: .NET Framework problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros)
--- ---
# .NET Framework problems with Internet Explorer 11 # .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**
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 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: 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**.
![](../common/wedge.gif)**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.
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. 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.

View File

@ -1,40 +1,22 @@
--- ---
Description: New group policy settings for Internet Explorer 11 Description: New group policy settings for Internet Explorer 11
MS-HAID: 'p\_ie11deploy.new\_group\_policy\_settings\_for\_internet\_explorer\_11' ms.assetid: 669cc1a6-e2cb-403f-aa31-c1de52a615d1
MSHAttr: 'PreferredLib:/library' ms.prod: IE11
ms.mktglfcycl: deploy
ms.sitesec: library
ms.pagetype: security
title: New group policy settings for Internet Explorer 11 (Internet Explorer 11 for IT Pros) title: New group policy settings for Internet Explorer 11 (Internet Explorer 11 for IT Pros)
--- ---
# New group policy settings for Internet Explorer 11 # New group policy settings for Internet Explorer 11
Internet Explorer 11 gives you some new Group Policy settings to help you manage your company's web browser configurations, including: Internet Explorer 11 gives you some new Group Policy settings to help you manage your company's web browser configurations, including:
<table> |Policy |Category path |Supported on |Explanation |
<colgroup> |---------------------------|------------------------------|-------------|-----------------------------------|
<col width="25%" /> |Turn off loading websites and content in the background to optimize performance |`Administrative Templates\Windows Components\Internet Explorer\Internet Control Panel\Advanced Page` |IE11 |This policy setting determines whether Internet Explorer preemptively loads websites and content in the background, speeding up performance such that when the user clicks a hyperlink, the background page seamlessly switches into view.<p>If you enable this policy setting, IE doesn't load any websites or content in the background.<p>If you disable this policy setting, IE preemptively loads websites and content in the background.<p>If you dont configure this policy setting, users can turn this behavior on or off, using IE settings. This feature is turned on by default. |
<col width="25%" /> |
<col width="25%" />
<col width="25%" />
</colgroup>
<thead>
<tr class="header">
<th align="left">Policy</th>
<th align="left">Category path</th>
<th align="left">Supported on</th>
<th align="left">Explanation</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="left"><p>Turn off loading websites and content in the background to optimize performance</p></td>
<td align="left"><p>Administrative Templates\Windows Components\Internet Explorer\Internet Control Panel\Advanced Page</p></td>
<td align="left"><p>IE11</p></td>
<td align="left"><p>This policy setting determines whether Internet Explorer preemptively loads websites and content in the background, speeding up performance such that when the user clicks a hyperlink, the background page seamlessly switches into view.</p>
<p>If you enable this policy setting, IE doesn't load any websites or content in the background.</p>
<p>If you disable this policy setting, IE preemptively loads websites and content in the background.</p>
<p>If you dont configure this policy setting, users can turn this behavior on or off, using IE settings. This feature is turned on by default.</p></td>
</tr>
<tr class="even"> <tr class="even">
<td align="left"><p>Allow Microsoft services to provide enhanced suggestions as the user types in the Address bar</p></td> <td align="left"><p>Allow Microsoft services to provide enhanced suggestions as the user types in the Address bar</p></td>
<td align="left"><p>Administrative Templates\Windows Components\Internet Explorer</p></td> <td align="left"><p>Administrative Templates\Windows Components\Internet Explorer</p></td>