Can I avoid client authentication when using secure TCP channel?
(1 messages)
Date: Wed, 22 Aug 2007 14:34:21 -0600
I would like to use a "secure" TCP remoting channel to ensure that my data
is encrypted. I have my own authentication mechanism since clients will
normally not be members of the server's domain.
From reading newsgroup ...
|
Problem with HTTP BinaryFormatter and KeyedCollection<K,V>
(1 messages)
Date: Wed, 22 Aug 2007 16:48:34 -0000
Hello,
I have noticed a really weird problem regarding remoting and the
KeyedCollection class.
I am noticing that the keyed collection is returned to the client but
isn't fully initialized.
For example the .Items readonly ...
|
Catch Errors in Windows Service
(1 messages)
Date: Mon, 20 Aug 2007 06:24:02 -0700
I've been thrown into a remoting production issue and am looking for some
insight as I have never done remoting before.
There is a Windows Service that creates a TcpChannel and everything works
fine for some undeterminate ...
|
c++ and remoting
(1 messages)
Date: Fri, 17 Aug 2007 17:29:37 +0200
In meiner Remote Klasse habe ich folgende Methode
public ref class FreezerSite : MarshalByRefObject
{
.......
public: int func (int*a, int*b)
......
}
From my vb.net client application i can't access this method ...
|
HELP: Connecting using a specific IP
(1 messages)
Date: Fri, 17 Aug 2007 11:43:11 +0200
Hi everyone I don't know if I am posting this to the right newsgroup but it
is the closest I found,
in case you think you can advice me to another newsgroup please feel free to
do so. I am so desperate to get my problem ...
|
Restrict Access to Specific Applications
(1 messages)
Date: Tue, 14 Aug 2007 10:13:36 -0000
How do I prevent others from writing applications that access my
remote objects? As it stands anyone can access my remote functions by
writing there own application. I want to restrict access so only my
applications can access ...
|
remoting object requests on thread pool thread...
(1 messages)
Date: Fri, 10 Aug 2007 09:48:03 -0700
Hi,
As there is limit on number of thread pool threads, is it a good idea to let
remoting object requests come by thread-pool threads? If not, what is the
alternative?
Also on .NET Framework 2.0, ThreadPool thread's ...
|
why my chatroom can run only once?(about Remoting Event)
(2 messages)
Date: Sat, 11 Aug 2007 00:07:31 +0800
Dear All:
At first, sorry for my poor english. I have a chatroom application. it
have three projects: (if you don't want to see my poor code, you man
download the attach file.)
Project 1: MsgBoardShard (Class ...
|
Channel port not being opened on some machines
(1 messages)
Date: Fri, 10 Aug 2007 02:54:00 -0700
We've been developing a client/server app. using .NET remoting and we've
finally reached the point where we're ready to deliver it to our QA guys. On
the two development machines it is running well.
Our problem is that ...
|
iserverchannelsink, iserverchannelsinkprovider, and imessagesink
(1 messages)
Date: Thu, 9 Aug 2007 18:56:20 -0700
I'm new to the remoting and it's getting late and I'm getting tired. I'm
trying to figure out what interfaces I need to use in order to intercept
messages at the various spots and how much is dependant on the order of
sinkproviders ...
|
|
SAO Singleton - Multiple Instances?
(3 messages)
Date: Thu, 9 Aug 2007 17:17:51 +0100
I've got a server activated object (SAO), in singleton mode (hosted in a
server Console application on same machine as client). On the client, I can
instantiate serveral instances via Activator.CreateInstance, and each ...
|
WCF ServiceContract ServiceBehavior
(1 messages)
Date: Thu, 09 Aug 2007 06:08:49 -0700
Hi
I have a few basic questions regarding WCF. If this is not the correct
newsgroup please advise me where to ask.
In a WCF service, if no [ServiceBehavior] attribute is supplied, does that
mean that the service is ...
|
GetLifetimeService Error in MMC SnapIn which uses web service
(2 messages)
Date: Wed, 08 Aug 2007 07:02:59 -0700
How can I increase lease time and where - in SnapIn or on server site?
I have a SnapIn that uses web service methods to work with DB and
always got GetLifetimeService error when some form is not used for a
minute or two. ...
|
How to restrict remoting calls from IP addresses whitelist?
(1 messages)
Date: Wed, 08 Aug 2007 02:29:48 -0700
I would like to restrict remoting calls to an existing application
(actually it's CruiseControl.NET) to only a whitelist of IP addresses.
The optimal solution would be directly from the configuration file.
The channel attribute ...
|
Determine Homepage content change
(1 messages)
Date: Sun, 5 Aug 2007 09:45:07 +0800
I want to write a c# code to determine if the homepage content was change,
and further, i will write the code to show what is changed,
but if the homepage is write by asp or something else, (e.g. livescore.com
here)
i can't ...
|
Proxy Exception List ignored for Remoting
(1 messages)
Date: Fri, 3 Aug 2007 09:28:01 -0700
I seem to be having a problem where my application automatically uses the
proxy server settings from Internet Explorer for remoting but it ignores the
bypass list also configured in Internet Explorer. I'm using .NET 1.1. ...
|
Proxy Exception List ignored for Remoting
(1 messages)
Date: Fri, 3 Aug 2007 09:26:33 -0700
I seem to be having a problem where my application automatically uses the
proxy server settings from Internet Explorer for remoting but it ignores the
bypass list also configured in Internet Explorer. I'm using .NET 1.1 ...
|
20 seconds before socket is closed.
(5 messages)
Date: Fri, 03 Aug 2007 08:19:59 -0700
I've been asked to find out why it takes 20 seconds before the socket
is closed after a call to a SAO singleton or singlecall object. Is it
possible to change this idle time figure?
...
|
Serialization will not deserialize delegates to non-public methods [HOWTO FIND DELEGATE]
(2 messages)
Date: Thu, 02 Aug 2007 04:38:10 -0700
Hi there,
I've been put on a problem where i've got the fix the following issue:
System.Runtime.Serialization.SerializationException: Serialization
will not deserialize delegates to non-public methods.
at System.DelegateSerializationHolder ...
|
Where I can find example for encrypt remoting (NET 2.0) that can hold private Data?
(1 messages)
Date: Wed, 01 Aug 2007 04:13:08 -0700
Where I can find example for encrypt channel for Remoting (NET 2.0)
that can hold private Data, like CreditCards that client send to
server by TCP channel.
...
|