Changed to use Authenticate asp.net event instead of Authorize
[castle.git] / Samples / Facilities / Remoting / KernelInOneEndPoint / Readme.txt
blobd756f24922d61a997e02320d889e88c7e70e1c0b
1 \r
2 The config files must be copied to the binary folders. VS does that for you (see the build events).\r
3 If you are not using Visual Studio, remember to do it.\r
4 \r
5 This sample\r
6 -----------\r
7 \r
8 The ServerApp uses the Remoting facility to configure and expose the component as a remote component\r
9 \r
10 The ClientApp makes no use of any kernel, and connects to the remote component\r
13 Running the sample\r
14 ------------------\r
16 Start the ServerApp\r
18 Execute the ClientApp one or more times.\r
20 The output should be (on the ServerApp console):\r
22 --------------------------------------------\r
23 Server started, press enter to close.\r
24 Some message from the client\r
25 Some message from the client\r
26 --------------------------------------------\r