MCAD/MCSD Training Guide (70-320): Developing XML Web Services and Server Components with Visual C#™ .NET and the Microsoft .NET Framework
by Amit Kalani, Priti Kalani
Remoting Security
As with Windows services and Web services, .NET Remoting applications are like any other .NET application, and can use the same imperative and declarative security techniques to protect resources. The major difference is that remoting introduces additional “plumbing” to allow your object to be called from client applications on other computers. The objects themselves can still be protected with .NET security, just like any other objects.
With remoting applications, the major security-related decision that you need to make is which application will host the remoting server. You have three choices here:
Host in a console application
Host in a Windows service
Host in ASP.NET
Hosting your remoting server in a console application is ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access