Contains the Hello.dll required when the service is accessed using IIS. The service should be registered with
IIS before calling this service from the clients in the Client/ConsoleClient, Client/ConsoleClientAll and
Client/RemotingHelloWebClient directories.
</directory>
<directory name = "Service">
The source code for the HelloService and associated build.bat are stored here. The build.bat file creates
Hello.dll and copies the file to the bin directory.
</directory>
<directory name = "Service\DirectHostService">
The source code for hosting this service in a console application and associated build.bat. The service
should be started by running runme.bat before calling the service from the clients in the Client/ConsoleClientDirect
directory.
</directory>
<directory name = "Client">
Contains a buildall.bat to build all the clients in the subdirectories
</directory>
<directory name = "Client\ConsoleClient">
Contains the HelloNew client and associated build.bat. Hello.dll is copied from the bin directory
because the compiler needs to reference the metadata of the service when compiling the client. The RemotingHello
service should be registered in IIS before running this client.
</directory>
<directory name = "Client\ConsoleClientAll">
Contains the source files and associated build.bat files to build the following executables:
HelloAsync.exe, HelloAsync2.exe, HelloGetObj.exe. HelloGetObj2.exe, HelloNew.exe, HellowNew2.exe and
HelloNew3.exe. Each executable has its own config file. The RemotingHello service should be registered in
IIS before running these clients.
</directory>
<directory name = "Client\ConsoleClientDirect">
Contains the source files and associated build.bat files to build the following executables:
HelloAsync.exe, HelloAsync2.exe, HelloGetObj.exe. HelloGetObj2.exe, HelloNew.exe, HellowNew2.exe and
HelloNew3.exe. Each executable has its own config file. The HelloService in Service/DirectHostService should
be running before running these clients.
</directory>
<directory name = "Client\RemotingHelloWebClient">
Contains the config and the aspx files required to access the service from a web browser.
Please ensure that a HelloWebClient is registered with IIS at the directory samples\technologies\remoting\VB\Basic\RemotingHello\Client\RemotingHelloWebClient.