Welcome to MSDN Blogs Sign in | Join | Help

August 2004 - Posts

Remoting does support https and client side certificates over the HTTP channel when hosted in asp.net under IIS. Nothing special needs to be done on the client side for https. Just using https:// scheme in the server url is sufficient. For client certificates Read More...
TrackingServices is probably the most underrated feature of remoting. It can be put to various uses. Once you register your tracking handler, it will receive callbacks each time a MarshalByRefObject is Marshalled (explicitly using RemotingServices.Marshal Read More...
This is one of the most common gotchas in remoting. VS by default adds a [STAThread] attribue to the Main method of an application. If this attribute is present on a remoting server implementation, and for some reason the main thread is not pumping messages, Read More...
 
Page view tracker