I need to add a meta tag (To compatible with IE7)
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
to all pages of my site.
The site have about 300 pages(.aspx), So I think about some settings to add just one time rather than add it to all the 300 pages.
Is there any settings in IIS?
Or any Way to add the tag in Global.asax?
Does any one have any idea to add the tag somewhere for all pages and not added to the pages one by one?