| Thread | Last Post | Replies |
|
| Remoting events:More than one client on the same machine? | 17 Jul 2003 07:45 GMT | 1 |
I am bilding a small application, were a client connects to a remote server and "send's him" his notify-object. If I have only one client, this is not a problem, but starting a second one, returns an error The problem surely lies in the manner, I use the channel:
|
| Synchronous client call && Asynchronous Server processing? | 16 Jul 2003 19:23 GMT | 1 |
I have question that troubles me a lot lately. Lets assume that the BusinessFacade layer or DataAccess layer are hosted in a different AppDomain on a second server.
|
| Can you specify an IP address for Activator.GetObject to bind to? | 16 Jul 2003 16:07 GMT | 2 |
The questions is: Is it possible to specify an interface IP address for Activator.GetObject to use when getting references to remote objects? The scenario that I need this for is as follows: I have two machines set up with two NIC's connected to a network that is
|
| Restricting TCP/IP channel to localhost | 16 Jul 2003 15:12 GMT | 1 |
I have a .NET service app which exposes a singleton object through TCP/IP remoting. I would like to be able to restrict connections to this object to localhost and possibly a selected set of other IP addresses. I'm not sure if this is possible or how to go about doing it, any ...
|
| accessing window services using .Net remoting | 16 Jul 2003 10:00 GMT | 1 |
I want to design an application that can access a window service remotely. I have 3 vb files, server.vb,object.vb,client.vb. in the object file i'll need to handle the service (let's say start and
|
| Where is MS support? | 15 Jul 2003 23:15 GMT | 3 |
I've a big problem with Remoting: where is MS-72 hours support for MSDN subscribers? See my post of 7/7/2003 thanks
|
| Internet proxy with authentication | 15 Jul 2003 20:23 GMT | 2 |
I have a client app that tries to reach a remoting object from behind a proxy that requeris authentication. It fails because a 407 error message is returned after each request. I?m usign a http channel through port 8080. Is it possible to authenticate my call? if it isn?t, what ...
|
| Events in a LAN based system. Ingo Rammer advises against it. What to do? | 15 Jul 2003 14:45 GMT | 1 |
Need your general advice regarding implementing Publish/Subscribe functionality for a LAN based, non web-like, non-scalable application. In his latest article
|
| Application Center/ .NET Load Balancing / .NET Remotng | 14 Jul 2003 19:19 GMT | 2 |
Application Center (amongst other things) provides a load balancing solution for COM+ based components. The Microsoft Road map for Application Center suggests that AC2K is being phased out and replaced by
|
| How to access HttpContext.Current in Remote Object | 14 Jul 2003 04:29 GMT | 2 |
Anyone know how to access HttpContext.Current object in Remote Object as I am getting null for HttpContext.Current. Thanks in advance.
|
| Remoting Bitmaps and Sound files | 11 Jul 2003 21:49 GMT | 1 |
Hi, I'm looking for a way to remotely pass bitmaps and soundfiles via remoting. I have a class which contains a bitmap and I can easily access it remotely as long as I do not set a value for the bitmap. However, when i specify a value for the bitmap I get the 'Because of security ...
|
| TcpChannel and HttpChannel missing?? | 11 Jul 2003 17:27 GMT | 2 |
I am trying to do a simple remoting sample using c# but I having some problems. I have collected a lot of samples in the internet but all the samples uses either the TcpChannel or HttpChannel as a transport mechanism. The problem
|
| <customError off | 10 Jul 2003 20:37 GMT | 1 |
Turned customError "on" (or "off") in the app.config and confirmed System.Runtime.Remoting.RemotingConfiguration.CustomErrorsEnabled( false ) or
|
| 2 Remoting Scalability Questions | 10 Jul 2003 04:32 GMT | 1 |
Hope someone can help me answer these two questions on remoting, and the impact to scalablity and management of remoted objects: 1)It seems that you always have to write some sort of
|
| Mysterious remoting problem | 10 Jul 2003 00:47 GMT | 2 |
We have the following problem: A remote object holds an instance of a collection filled with objects of a simple class that we have defined. For persistance, we wish to save and restore this collection to/from disk
|