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 ??
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:
<
="IE=9">
Let me know if that helps.
-Graham
Thanks it worked.