VB.NET Remoting ASP.NET Client

Refer to the earlier version...

Now, for this version, we try to send objects over to the server from a desktop client and also ASP.NET client.



Take note that if you are passing over objects, you have to create custom IFormatterSinkProvider object for both client and server, using the extended constructor of the HttpChannel or TcpChannel.

Download the sample code (VB.NET Visual Studio 2008 SP1)

Comments