Publisher policy hosting in IIS
- From: Ian Harding <iharding160@xxxxxxxxxxx>
- Date: Mon, 28 Nov 2005 15:21:18 +0000
I have a .NET remoting server component hosted in a COM+ application. For TCP hosting, this the dllhost instance that this component runs under acts as the remoting endpoint. In this case I can support old client versions by specifying a publisher policy to redirect to the currently installed assembly version on the server. Publisher policy is GAC'd.
I also want to support IIS hosting. In this case the IIS application creates an instance of the remoted COM+ component, with remoting configured in web.config. I can't make old client versions run in this configuration. Despite the GAC'd publisher policy on the server, the new assembly version is always loaded first, and the client complains of "invalid method signature".
I can't find any online reference on how to do this. Can anyone point me in the right direction?
Thanks, Ian .
- Prev by Date: Re: Bidirectional Remoting
- Next by Date: Re: Passing an ADO recordset using remoting
- Previous by thread: Client IP Address
- Next by thread: Re: Passing an ADO recordset using remoting
- Index(es):
Relevant Pages
|