Friday, November 10, 2006

SSPI in .NET 2.0

Prior to .NET 2.0 i have been using SSPI to secure my remoting communication.
With .net 2.0 some of the sspi features have been integrated with framework itself. but it seems it works only for tcp . for http authentication of clients of remote objects hosted on IIS can be achieved by disabling anonymous login and enabling windows authentication.

No comments:

Post a Comment