Security in Remoting
Posted on April 16th , 2009 by Admin
|
|
Security is of paramount importance to any distributed application. Although the .NET Remoting infrastructure does not define any security features itself, because distributed applications are managed code they have full access to all of the .NET security features. In addition, the HTTP channel, when used with IIS, allows you to take full advantage of the authentication and authorization features that are available to Web based protocols. If you choose to |
| use a protocol other than HTTP with IIS, then you have the opportunity to create your own security infrastructure.
|
|
|