Hi!
I've developed web application with Asp .Net and Flash 8 with Flash Remoting.
In my computer the connection works ok, but when i install the web in another
server the connection between asp.net and Flash does not works. I have to make
something more besides add the key:
"<httpModules><add name="GatewayController"
Type="FlashGateway.Controller.GatewayController,flashgateway" /></httpModules>"
And copy the flashgateway.dll into the bin directory of the web?
Thanks
tonyhigham - 28 Feb 2007 20:27 GMT
This may or may not apply to you, but when I moved my stuff from the local
environment to the server, I had to stop using localhost in the gateway address
because of the server setup. Upon changing to an absolute URL, everything
worked as expected. My remoting was done with PHP, so I can't speak to an
particular ASP concerns...
Hope that helps...