Binary across a firewall works, I have a custom asp.net app that streams the MDB database when you call it , and another that streams back the new mdb when changes have been made. (it was the only way I could do it due to providers stupid rules, before you all crucify me :P )
it's the http transfer that makes it firewall friendly , as http opens the port to send and recive from the client, so that the http connection can pass across the firewall. Davy, On 8/29/05, Pardee, Roy <[EMAIL PROTECTED]> wrote: > I have this vague memory of reading that the remoting channel you use to > pass packets back and forth (http or tcp) is independent of the > formatting of that data (text or binary) and that that meant you could > use the binary formatter w/an http channel & get something like the best > of both worlds. Am I making that up? > > (That was on .net 1.1 mind you--I believe 2.0 is going to be way > different...) > Dave Jones [EMAIL PROTECTED] [EMAIL PROTECTED] =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
