I have a website using ReportViewer version 15.0. When I open in IE 11, it shows error: Browser not supported
Report Viewer requires a standards compliant browser. Users of Internet Explorer 8 and earlier should switch to a modern browser, or if already using a modern browser target standards mode by adding the header tag to the host page
I used ReportViewer version 10.0 before and it works in IE 11 also in IE8. Can I use ReportViewer version 15.0 in IE 11?
I've tried to add this code in tag <head>
but it doesn't work
<meta http-equiv="X-UA-Compatible" content="IE=11" >
<meta http-equiv="X-UA-Compatible" content="IE=Emulate11" >