Showing posts with label Compatiblity. Show all posts
Showing posts with label Compatiblity. Show all posts

Tuesday, September 18, 2012

IE - Compatiblity Issue

If you want your site not to open in Compatibility Mode in IE just add the following line in HEAD og your page.

<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />

Now it'll try IE9 mode first, IE8, then IE7. You can even set IE=EDGE so it'll use the highest mode possible.

Thursday, August 4, 2011

How to Install IIS 6 Management Compatiblity on IIS 7


Url : http://technet.microsoft.com/en-us/library/bb397374(EXCHG.80).aspx



Install the IIS 6.0 Management Compatibility Components in Windows Server 2008 R2 or in Windows Server by using the Server Manager tool 

1. Click Start, click Administrative Tools, and then click Server Manager.

2. In the navigation pane, expand Roles, right-click Web Server (IIS), and then click Add Role Services.

3. In the Select Role Services pane, scroll down to IIS 6 Management Compatibility.

4. Click to select the IIS 6 Metabase Compatibility and IIS 6 Management Console check boxes.

5. In the Select Role Services pane, click Next, and then click Install at the Confirm Installations Selections pane.

6. Click Close to exit the Add Role Services wizard.



Install the IIS 6.0 Management Compatibility Components in Windows 7 or in Windows Vista from Control Panel 


1. Click Start, click Control Panel, click Programs and Features, and then click Turn Windows features on or off.

2. Open Internet Information Services.

3. Open Web Management Tools.

4. Open IIS 6.0 Management Compatibility.

5. Select the check boxes for IIS 6 Metabase and IIS 6 configuration compatibility and IIS 6 Management Console.

6. Click OK.