Remoting: TypeFilterLevel setting added to v1.0 sp3

v1.0 sp3 of the framework now has typefilterlevel set to Low by default, similar to the setting in v1.1 version of the framework. This means the server will not deserialize ObjRef's, Leases and other such objects by default. The way to fix is exactly like v1.1, where you need to set the TypeFilterLevel to full in the server side channel sinks. MSDN has more information on this setting.