all groups > dotnet remoting > september 2006 > threads for september 8 - 14, 2006
Filter by week: 1 2 3 4 5
The underlying connection was closed: Unable to connect to the remote server
Posted by Eric Friedlingstein (Synapsis) at 9/14/2006 4:25:30 PM
Hi !
- I have a winform application connecting to a remote object hosted in iis
6. I used a 'soap' formatter.
- My IIS is reacheable from the internet on an address like
http://www.myserver.com/myserver/myobject.soap
- There is no proxy.
- There is no firewall and the IIS box is part of a ... more >>
.NET Remoting in Windows Service
Posted by Lammert at 9/14/2006 5:42:14 AM
Good afternoon,
I've create a Windows Service application. The Windows Service is the
"server" for .NET Remoting. I use VB.NET 2.0.
Information about Windows Service application:
Account: Localsystem
OS: Windows 2000
When I install the Windows Service application at the same computer as
... more >>
server auto-identification of the clients after authenfication
Posted by baramuse NO[at]SPAM gmail.com at 9/14/2006 1:50:43 AM
Hi all,
before starting I must say that I'm a remoting beginner so I certainly
didn't assimilate all the tricks of remoting so please be kind ;)
Now here is my interrogation:
I'm working on a client/server architecture for a callcenter software.
The server is the only one connected to the o... more >>
Remoting IPCChannel security with Service
Posted by Grant Schenck at 9/13/2006 12:12:45 PM
I have a simple remoting sample using IPCChannel. If I run the server code
as a console app my client can connect just fine. However, if I the same
server code runs in a service, the client gets a RemotingException of
"Failed to connect to an IPC Port: Access is denied".
The Access is den... more >>
Getting at Service object from remoted object?
Posted by Grant Schenck at 9/13/2006 8:41:07 AM
Hello,
I have a Windows Service developed in C# .NET. I'm making it a remote
server and I can, via an IPC Channel, expose methods on an object and call
them from a
client. However, I now want my remoted object to be able to invoke a method
on my server object and given that the object is b... more >>
SecurityExcepion inside DLL linked in an HTML tag OBJECT
Posted by Lambuz at 9/11/2006 6:01:38 AM
Hi there,
I've got this strange problem.
I've created a library of some assemblies and one of these
(webclient.dll) is linked inside an html tag object by using this
sintax:
<OBJECT id="myID" classid="http:WebClient.dll#namespace.WebClientClass"
/>
The assembly is correctly loaded insid... more >>
Singleton or Single Call
Posted by Amy L at 9/9/2006 7:42:07 PM
Can someone please explain the difference between using single call or
singleton remoting object? When do you use one over the other.
I am working on a remoting setup where I will have hundreds of clients at a
single time hitting the server. All the clients pass is a string and get an
int... more >>
Is it possible to use remoting server developed in .NET 2005 having binary formatter from VB6 ?
Posted by Jigar Mehta at 9/8/2006 6:43:35 AM
Hi,
I have the remoting server having binary formatter (NOT SOAP) which is
developed in .NET 2005 (as windows service) and having shared interface
mechanism between server and the client. I want to get that remoting
server to be accessible from VB 6.0 client. Is that possible?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Anyone konw a good pattern for testing remoting connectivity or object?
Posted by Sean F. Aitken at 9/8/2006 5:32:17 AM
Good morning,
Taking into consideration that Activator.GetObject(...) doesn't
immediately attempt to contact the remote server until the first member
is accessed, I was looking for a clean approach for testing remote
connectivity after making the call to Activator.GetObject(...).
Realisticall... more >>
|