Quantcast
Channel: General
Viewing all articles
Browse latest Browse all 7363

IIS 7.5 and IE11, flash not loading on one server

$
0
0

Hey,

Hi have a problem with a asp application using flash animations. I have 2 server, one for production and another one for development.

On the development server all is working fine but not on the production one. The flash animation is not loading it's external resources (an xml file passed as a parameter) on the production server. I can make it work but I need to enable the option "Display intranet sites in compatibility mode" to make it loading the flash datas.

In Firefox or Chrome it's working on both server without changing any options. In both servers the pages are correctly loaded and IE sets the same mode (Edge).

What setting can cause this problem ?

Servers config: Windows 2008 R2 and IIS 7.5
Clients: Windows 7and IE11 (in French Belgian).

And a part of the log where the flash is loaded:

Production server:

2014-06-12 07:05:40 10.181.44.43 GET /wfgen/js/portal/jquery.min.js - 80 DOMAIN\USER 10.181.44.59 Mozilla/5.0+(Windows+NT+6.1;+WOW64;+Trident/7.0;+rv:11.0)+like+Gecko 304 0 0 15
2014-06-12 07:05:40 10.181.44.43 GET /wfgen/js/portal/AC_OETags.js - 80 DOMAIN\USER 10.181.44.59 Mozilla/5.0+(Windows+NT+6.1;+WOW64;+Trident/7.0;+rv:11.0)+like+Gecko 200 0 0 15
2014-06-12 07:05:40 10.181.44.43 GET /wfgen/swf/wfCanvas.swf - 80 DOMAIN\USER 10.181.44.59 Mozilla/5.0+(Windows+NT+6.1;+WOW64;+Trident/7.0;+rv:11.0)+like+Gecko 200 0 0 15

Development server (working):
2014-06-12 07:13:38 10.181.44.42 GET /wfgen/js/portal/AC_OETags.js - 80 DOMAIN\USER 10.181.44.59 Mozilla/5.0+(Windows+NT+6.1;+WOW64;+Trident/7.0;+rv:11.0)+like+Gecko 304 0 0 0
2014-06-12 07:13:38 10.181.44.42 GET /wfgen/js/portal/jquery.min.js - 80 DOMAIN\USER 10.181.44.59 Mozilla/5.0+(Windows+NT+6.1;+WOW64;+Trident/7.0;+rv:11.0)+like+Gecko 304 0 0 0
2014-06-12 07:13:38 10.181.44.42 GET /wfgen/swf/wfCanvas.swf - 80 DOMAIN\USER 10.181.44.59 Mozilla/5.0+(Windows+NT+6.1;+WOW64;+Trident/7.0;+rv:11.0)+like+Gecko 304 0 0 0
2014-06-12 07:13:38 10.181.44.42 GET /wfgen/show.aspx QUERY=XPDL_GET_FROM_DB&NO_REDIRECTION=Y&ID_PROCESS=263&D=6533 80 DOMAIN\USER 10.181.44.59 Mozilla/5.0+(Windows+NT+6.1;+WOW64;+Trident/7.0;+rv:11.0)+like+Gecko 200 0 0 31

On the development server, it loads the data after the swf which is not done ont he production server (except if I set IE11 in compatibility for Intranet sites).

Why do I need to change that for one server and not the other ? Is there a wrong setting ?????


Viewing all articles
Browse latest Browse all 7363