4.7.4.1 IE11

Bow94z

Young grasshopper
Joined
May 13, 2014
Messages
48
Reaction score
9
Location
PA
IE11 Browser now giving me a “version is outdated”

What “secure” option am I looking for under the web server tab?
 

bp2008

Staff member
Joined
Mar 10, 2014
Messages
12,676
Reaction score
14,023
Location
USA
Your IE 11 is emulating IE 7. I've never been able to figure out why it does this for some people because it does not for most.

Find the compatibility view settings and turn off compatibility mode for your Blue Iris address.
 

bp2008

Staff member
Joined
Mar 10, 2014
Messages
12,676
Reaction score
14,023
Location
USA
Maybe you could do me a little favor.

If you are still experiencing this problem reliably.

Paste this
Code:
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
just after <head> in login.htm.

See if that makes a difference. If it does, I'll include it in the next UI update.
 

Bow94z

Young grasshopper
Joined
May 13, 2014
Messages
48
Reaction score
9
Location
PA
So I figured out my fix so I could see the webgui login screen.

In IE11> Tools> Compatibility View Settings> "Uncheck" Display Intranet Sites in Compatibility View.
 

bp2008

Staff member
Joined
Mar 10, 2014
Messages
12,676
Reaction score
14,023
Location
USA
FYI I went ahead and added that meta tag and Ken pushed it out with BI 4.7.4.2 this morning and I'm 90% sure that would have fixed it too (90% is about as sure as I can get with Internet Explorer).

In my tests, IE will consider the site an "intranet site" and want to use compatibility view if you use a local computer name in the address bar, but a local IP address seems to not trigger that behavior.
 
Top