visit
www.asp.net for Cassini web server. It's a free, embeddable .NET
program that can serve up ASP.NET.
Not sure of the legal implications of using .NET Remoting in an offline
situation ( especially distributing ) though. You can definitely get .Net
flash remoting working 'offline' ( I've tested it out ) but you'll need to
contact Macromedia before using the assembly in this way.
I've been looking at alternatives and round flashRC from
www.simeda.com Works similar to remoting but uses XML for the transfer.
If you hear anything from MM concerning offline remoting and the
distribution of the DLL, please post your experiences here.
Thanks - hope this helps
Stephen
[quoted text, click to view] "captainks" <webforumsuser@macromedia.com> wrote in message
news:ct942l$ppd$1@forums.macromedia.com...
> Hmm... well, the first few lines of that url-reference state that the DLLs
> must
> be placed in the "cache area on the server". Thus a Server, running IIS,
> is
> still needed to "serve up" the DLLs for the Remoting to communicate with.
>
> We're developing an app that will be offline completely - a disconnected
> workstation. I was just wondering if there was a way to have Remoting
> talk
> directly to the Assemblies w/o client-server architecture needing to be
> implemented.
>
> It looks like I'll be having to just use the standard XML Class in Flash
> and
> communicate that way, but I would really love to use communication that is
> as
> native as possible (like in Remoting) for speed.
>
> Any ideas?
>