Posted on: 9/10/2015 9:46:01 PM | Views : 866

In a Windows Server 2008 64 bits, I have hosted my web application ASP.NET developed with VS2010. In Firefox browser, it is displayed OK. But in Internet Explorer 11 (updated version: 11.0.22) only the aspx pages that include an ascx element, are displayed with large big fonts. Please, see picture.
Not Good: https://www.flickr.com/photos/46620806@N05/20684535403/in/dateposted-public/
However, in Internet Explorer 11 (updated version: 11.0.23) any aspx page is displayed OK.
Good: https://www.flickr.com/photos/46620806@N05/21279391246/in/dateposted-public/
Is it a bug, or maybe I'm referencing ascx element in the wrong way. I reference an ascx element in this way:

Go to the complete details ...