What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
sai
We use remoting for more efficient exchange of information when we control both ends of the application and we use Web services for open-protocol-based information exchange when we are just a client or a server with the other end belonging to someone else.