When I open a webpage in IE9 with DOCTYPE as
It opens Document Mode as IE7 standards.
I need default IE9 stan
You can set this in the web.config as well.
<system.webServer> <httpProtocol> <customHeaders> <clear /> <add name="X-UA-Compatible" value="IE=edge" /> </customHeaders> </httpProtocol>