Publisher policy hosting in IIS

Tech-Archive recommends: Fix windows errors by optimizing your registry



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
.



Relevant Pages

  • RE: Need advise on concept ???
    ... Machine information are based on alarms (imagin your ca with a red ... remoting, messaging etc - I think your time might be better spent by ... each could be hosted in a server cluster (fronted by a load ... id on the appropriate IServerPlugIn assembly/class and then execute the ...
    (microsoft.public.dotnet.distributed_apps)
  • Re: Events in .Net Remoting
    ... I am writing with respect to the Events in .Net Remoting that I had ... another channel for the callbacks..both on client side. ... Then I force a method on the server end (through a GUI control on the ... >> the regular client side requests still work fine. ...
    (microsoft.public.dotnet.framework.remoting)
  • RE: Need advise on concept ???
    ... each could be hosted in a server cluster (fronted by a load ... provided methods for remoting. ... At the server, a message dispatcher service would receive the remoting call, ... id on the appropriate IServerPlugIn assembly/class and then execute the ...
    (microsoft.public.dotnet.distributed_apps)
  • Re: Delegate Failure after Migration to .NET 2.0 - Vista
    ... remoting to work in .NET 2.0 for you? ... ActivatedClientTypeEntry entry = new ... I make the single below call in order to register my server type. ... the client. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: simple communication btw 2 apps - use events?
    ... > The research on how to accomplish this brought me to .NET Remoting, ... Actually, client is the app, which makes a request, and server is this, ...
    (microsoft.public.dotnet.framework.remoting)