all groups > macromedia flash flash remoting > february 2004 >
You're in the

macromedia flash flash remoting

group:

flashgateway in web.config--failure in asp.net



flashgateway in web.config--failure in asp.net Rooster60602
2/10/2004 3:56:37 PM
macromedia flash flash remoting: This is really strange...I've created a flash app that does a roundtrip between
..swf and a .aspx file to pull records from a DB and populate a datagrid with
XML-formatted results (building for a client who doesn't have Flash Remoting).
For some reason, the httpModules declaration in the web.config file breaks the
..aspx page ("flashgateway or one of its dependencies could not be found). When
I comment out the following, the new app (roundtrip XML) works fine, but
remoting stops working, and when I leave this in, as expected, remoting works
again, but the .aspx page breaks

<httpModules
<add name="GatewayController"
type="FlashGateway.Controller.GatewayController,flashgateway" />
</httpModules

Any ideas
Re: flashgateway in web.config--failure in asp.net Rooster60602
2/10/2004 4:25:45 PM
For anyone who's interested, this is the web.config file. When I uncomment the
httpModules tag, remoting works, but the roundtrip flash-.aspx-XML-flash app
breaks..

<?xml version="1.0" encoding="utf-8" ?
<configuration

<system.web

<customErrors
mode="Off"
/>
<authentication mode="None" />

<!-
<httpModules
<add name="GatewayController"
type="FlashGateway.Controller.GatewayController,flashgateway" /
</httpModules

--

</system.web

</configuration
AddThis Social Bookmark Button