Interaction .asp with .swf flash - good on IIS6, bad on IIS7

Posted by gial on Server Fault See other posts from Server Fault or by gial
Published on 2011-01-28T12:25:22Z Indexed on 2011/01/31 15:27 UTC
Read the original article Hit count: 255

Filed under:
|
|

Hi, all!

I can't make my app work after migration from IIS6 to IIS7. Problem is described below.

My app: in my app I use 'flash.swf'. This .swf appeals to .asp, which contains only:

Response.write "<myNode>test_is_ok</myNode>"

.swf must get it and show "test_is_ok". And it is really ok on IIS6 2003, but on IIS7 2008R2 .swf shows me "undefined".

Situation: Separate request from IE to .asp gets "test_is_ok" on both computers. If .swf from one computer appeals to .asp on another - nothing works. If I delete .asp, then .swf also shows "undefined", so I think it don't really appeals to .asp on IIS7.

Suggest me, please, something, what can help.

© Server Fault or respective owner

Related posts about iis7

Related posts about flash