SYMPTOMS
Searching a ZyLAB web client using Internet Explorer 11 on a Windows 2012 server causes the request to loop and never finish.
CAUSE
This behavior is observed when using Internet Explorer 11 and is expected to be compatibility related.
RESOLUTION
Changing the compatibilty mode of your browser does not help in all cases. Instead, add the following code to the header of each .html page of your ZyLAB Web Client in the inetpub/wwwroot folder:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10">
<html>
<head>
<meta name="version" content="6.0">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE10">
APPLIES TO
6.5
Comments
0 comments
Article is closed for comments.