Deploying FluorineFx solution to host

563 Views Asked by At

I have a dead simple .NET/FluorineFX project to test remoting with Flex, and it works locally when running the development server, however, when I point the flex app to the deployed version on my virtual hosting account, I get a NetConnection error, specifically:

Error #2044: Unhandled NetStatusEvent:. level=error, code=NetConnection.Call.BadVersion

Inspecting request/response reveals the NetConnection call is just returning the gateway.aspx html content. It seems like the remote site must be missing some configuration value for properly handling the application/x-amf header content type.

Any thoughts? Help would be greatly appreciated.

1

There are 1 best solutions below

0
On

i faced a similar issue.

enter link description here

Turns out all i had to do was to make the app pool run in classic mode instead of integrated mode. the issue was fixed.