all groups > dotnet remoting > september 2005 > threads for september 29 - 30, 2005
Filter by week: 1 2 3 4 5
Two Remoting Servers in a single Windows Service...
Posted by ShiTvm at 9/30/2005 10:28:11 PM
Hi,
Can I host two remoting servers on a windows service using a single
configuration file. If so how can I do it? It it possible to make call from
server1 to server2 in the specified environment?
I have a situation where I have to call server1 from a client and then
server1 will call serve... more >>
app.config file & remoting
Posted by Tejas.Patki NO[at]SPAM gmail.com at 9/30/2005 12:08:20 PM
I do not know if this is the right forum to ask this question but here
it goes...
I have a client and service running. There are entries in the
<appSettings> element in the client's app.config which are being read
by the classes in the service using
ConfigurationSettings.AppSettings(). These ... more >>
Another ChatCentral issue.
Posted by Glenn at 9/30/2005 9:25:04 AM
I've compiled the ChatCentral application described in...
FIX: Remoted Events (Chat) Sample in Framework Documentation Does Not Work
as Expected
http://support.microsoft.com/default.aspx?scid=kb;en-us;312114
When I run the application and send a message from the chat client, I get
the fol... more >>
Apparent permissions problem with IIS
Posted by Mark Saini at 9/30/2005 9:19:20 AM
I get a remoting exception thrown to the client. The Windows 2003 event view
shows no problems. The virtual directory is anonymous user enabled. Any
ideas on where I could look:
"Config file E::Server\test\web.config cannot be read sucessfully fue to
exception System ID. File Load Exceptio... more >>
MarshalByValueComponent
Posted by Amir Shitrit at 9/30/2005 3:49:04 AM
What is this class?
If this class is used to marshal objects by value (as opposed to
MarshalByRefObject), why do I need it?
Can't I use the Serializable attribute and the ISerializable interface
instead?... more >>
Remoting (TCP) channels and multiple clients
Posted by Tom at 9/29/2005 12:50:04 PM
I am fairly new to remoting... I have set up a Windows
Service that uses remoting to communicate with a client
'Service Manager' app (all in VB.NET). Now, I have this
same application running on two different servers (each one
accesses a different database).
My question is: When the service i... more >>
Identify channel at client connection
Posted by greg g. at 9/29/2005 5:59:03 AM
Hi all,
suppose I publish an object simultaneoulsy through the Tcp channel (+ binary
formatter) and the Http channel (Soap formatter).
Server side : is it possible to know which channel the client used to
"access" the object.
grégory... more >>
|