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.