"Extend .NET Remoting" by Randy Holloway [Visual Studio Magazine, June 2003]

Follow these steps to build and run the Remoting Extensions sample code:

Step 1: Setup RemExtVDir directory.  Include web.config file in the archive folder and create bin directory.

Step 2:	Build RemExtServer and LoggingServerSink assemblies from available projects.

Step 3:	Deploy RemExtServer and LoggingServerSink assemblies to the bin directory of the RemExtVDir directory.  Alternately these assemblies can be registered in the GAC for this application.

Step 3:	Build RemExtClient application, and copy the RemExtClient.exe.config file provided in this archive in the application path.

Step 4:	Verify the RemExtclient.exe.config settings point to the location for your RemExtVDir directory.  Note that this can either be a local directory or a directory on a remote server for testing purposes.

Step 5:	Use the CreateEventSource utility to create an event source for the LoggingServerSink, enabling this assembly to write to the event log on the server.  This can also be enabled by changing CAS settings.
