IE - differences in behaviour between system deployed locally and remotely

后端 未结 2 496
一整个雨季
一整个雨季 2021-01-21 06:49

I have wired issues in IE. While I\'m browsing my asp.net mvc application which is deployed locally, everything is working as expected. Some annoying differences appears, while

2条回答
  •  萌比男神i
    2021-01-21 07:37

    Assuming everything is being deployed, and that this is IE 8, then my guess is it could be compatibility mode. Our sites often 'fail' QA because of the same problem - regardless of how many times I tell the QA team to check compat mode!

    By default IE8 shows intranet sites in compatibility mode meaning that you can get differences when you deploy it to a non-intranet location. Equally, it could be manual overrides (i.e. 'my machine' but not this one, or indeed 'not my machine' but everything else) on compatibility mode causing the issue.

    Check compat mode locally and remotely and make sure they are the same. If not, set it to be the same when viewing it on the remote machine.

    Then look at configuring IE not to use compat mode by default, if that's what it's been doing.

    If not - then it could be caching or something not getting deployed.

    I'd make sure that everything is getting deployed, empty IE's cache and try it again.

提交回复
热议问题