Advanced: Remoting - Server

This class library application exposes three different types of remote class types. .NET Remoting refers to them as client activated, well-known singlecall, and well-known singleton. 

Featured Highlights

To make it easier to configure, each class lives in the same namespace, RemotingSample, which is defined in each class source file.

Note, that each class exposes a set of debug properties to help you verify that the object is in fact running from another location (specifically the DebugCodeBase property). 

Requirements

Requires the Trial or Release version of Visual Studio .NET Professional (or greater).

Running the Sample

Both the Host & Client applications need the RemoteCustomer.dll installed in the same directory as their respective exes. This is necessary so that the client can access the meta-data related to the customer object.

Please see the ReadMe.htm file located in the directory above this one for more information.

Last Update: 7 July 2002