One config file for IIS and custom app server
From: Christian Jung (DoesNotExist_at_nirwana.de)
Date: 07/30/04
- Next message: Terry: "Remoting Singleton with strongly typed collection in it"
- Previous message: Chin Seng: "Re: Remoting through a firewall"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 30 Jul 2004 17:19:10 +0200
Hello,
we usually use IIS as appserver, but for one customer we are not allowed to
do so. For this reason we have written our own appserver to host the remote
objects. For the sake of simple configuration management it would be great
if our own appserver could use the same web.config file as IIS in its call
to RemotingConfiguration.Configure. One problem with this idea is that it is
not possible to specify the port for a channel in web.config. My question
is: Is it possible to set a port for a channel after the call to
RemotingConfiguration.Configure? Or is there a better solution to use one
config file to configure IIS and/or a custom server?
Thanks for any ideas...
Christian
- Next message: Terry: "Remoting Singleton with strongly typed collection in it"
- Previous message: Chin Seng: "Re: Remoting through a firewall"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|