Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1730
chart control asking to upgrade IE
posted

Hi,

I am using Infragistics Chart in Asp.Net MVC3 application. I have upgraded browser to IE 9.

When i run the page from Visual studio, chart comes properly.

When I deploy the MVC application, then I am facing issue in rendering chart .

I have Windows Server 2008 R2, with IIS 7.

After deploying the application, if I access the application on local machine by using url http://local/mysite  i could see the charts.

But if I open the site by using http://machinename/mysite  from same machine or other machine, I get "browser upgrade message". I have attached screenshot for reference (https://www.dropbox.com/s/ay7n805ctuff1s4/Chart_Render_Issue.jpg).

Do i need to do any special setting in IIS or I am missing something here ??

Parents
No Data
Reply
  • 30692
    Verified Answer
    Offline posted

    I'm guessing that you IE is set to use some quirks mode when loading an intranet size, possibly. You could try adding this meta tag to the page in question:

    <

     

     

     

    meta http-equiv="X-UA-Compatible" content

    ="IE=9">

    Let me know if that helps.

    -Graham

Children