I have also added that same line to my setup.aspx file (just before the "TITLE" line) as that was running in ie7standards mode too.
This now loads in ie9 standards mode also.
The top of my setup.aspx now looks like:
Code:<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Setup.aspx.cs" Inherits="HAP.Web.Setup" %> <%@ Register Assembly="HAP.Web" Namespace="HAP.Web.Controls" TagPrefix="hap" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta http-equiv="x-ua-compatible" content="IE=EmulateIE9"> <title>Home Access Plus+ - Setup</title> <link rel="shortcut icon" href="~/favicon.ico" /> <script src="Scripts/jquery-1.7.1.min.js" type="text/javascript"></script> <script src="Scripts/jquery-ui-1.8.16.custom.min.js" type="text/javascript"></script> <script src="Scripts/jquery.dynatree.js" type="text/javascript"></script> <script src="Scripts/jquery-Gtimepicker.js" type="text/javascript"></script> <link href="~/style/jquery-ui.css" rel="stylesheet" type="text/css" /> <link href="~/style/basestyle.css" rel="stylesheet" type="text/css" /> <link href="style/setup.css" rel="stylesheet" type="text/css" /> <link href="style/ui.dynatree.css" rel="stylesheet" type="text/css" /> <link rel="icon" type="image/vnd.microsoft.icon" href="~/favicon.ico" /> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <hap:HAPTag runat="server" /> </head> <body> <form runat="server"> ...



LinkBack URL
About LinkBacks
Reply With Quote


- so I am a happy bunny!! 
