简体   繁体   中英

Deploying FluorineFx solution to host

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM