I'm having some trouble installing the trial .NET implementation of Flash
Remoting. I've installed the .NET SDK 1.1 and IIS 5.1 on a clean Windows Xp
Professional machine and then simply run the .NET Flash Remoting install.
To test whether it's worked I've tried two approaches:
Firstly simply typing in the URL http://127.0.0.1/flashremoting/samples
which loads the default page but then seems to get stuck displaying the word
"Loading..." but nothing is ever loaded.
The other is by following the Hello World example in Oreilly's/Tom Muck's
Flash Remoting: The Definitive Guide. This results in a trace
"Error opening URL "http://127.0.0.1/flashremoting/gateway.aspx"
An error occurred : HTTP: Status 405
I'm obviously missing something but I've no idea what. Any help would be
greatly appreciated.
Thanks,
Martin
mthornal - 24 Sep 2004 15:03 GMT
The problem seems to be with ASP.NET not being registered correctly with
IIS. See this post for further details:
http://www.devarchives.com/archive/newsgroups/macromedia.flash.flash_remoting/21
31/Re-Cant-connect-to-gatewayaspx
Running aspnet_regiis.exe fixed it.
M.
> I'm having some trouble installing the trial .NET implementation of Flash
> Remoting. I've installed the .NET SDK 1.1 and IIS 5.1 on a clean Windows
[quoted text clipped - 16 lines]
> Thanks,
> Martin