Why is page not rendering properly (missing content) on IE8 via IIS6?

五迷三道 提交于 2019-12-13 05:17:54

问题


Having a very annoying problem where custom user controls do not appear at all in my ASP.NET project when using IE8 and IIS6.

It works on all other browsers except IE8 when using ISS6.

When using exact same project on IE8 with ISS7, it works on all browsers including IE8.

Has anyone got any suggestions?


回答1:


Is the content encapsulated in a certain tag, or included in a unique way (other language, etc.)?

I'm guessing there is a mime type or other configuration change between the two server instances, rather than it being a version conflict.

Why other browsers don't see the problem kind of hints away from that, but without additional details its hard to help more.



来源:https://stackoverflow.com/questions/24761260/why-is-page-not-rendering-properly-missing-content-on-ie8-via-iis6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!