| Thread | Last Post | Replies |
|
| Newbie advice on remoting | 31 May 2005 21:40 GMT | 1 |
I need some input from others on if I should use .net remoting. I have a web application that recieves data from a webservice and needs to kickoff another object located in a different app domain. This object simply stores checks the database for some records and continues ...
|
| .Net Remoting over reliable UDP? | 31 May 2005 11:12 GMT | 1 |
Hy guys, I wonder is it any available implementation of .Net remoting over reliable UDP? My remoting server is behind a NAT, and clients are also behind another
|
| Best way to auto-start Remoting host that is a Windows Forms app? | 30 May 2005 16:30 GMT | 4 |
I have a Windows Forms app. that acts as a Remoting host for my client apps. I don't really want to turn the host app into a Windows Service if I don't have to. What are my options for auto-launching the host app when a client needs it? (the host app already acts as a Singleton so ...
|
| Remoting Web Service --- Interoperability | 27 May 2005 16:50 GMT | 1 |
I wanted to clarify doubts related to interoperability problems. Here I am explaining the problem.. Environment: Client: gSaop client running on LINUX
|
| TTL again | 27 May 2005 13:58 GMT | 6 |
I need an object to live as long as the application is running. I use a remote factory to create the object which needs to live. What is the best way to handle this? I've read many articles but I just can't seem to get it figured out.
|
| Server requesting a client | 27 May 2005 13:23 GMT | 2 |
I have a client server application developed using .NEt remoting. The client makes certain requests to the server and the server replies back.This part works fine. But I need another functionality too.
|
| Questions about MarshalByRefObject.InitializeLifetimeService | 27 May 2005 13:18 GMT | 1 |
I have done some testing and it appears that the framework does not call InitializeLifetimeService until just before returning the object reference to the client. I would like to use the ILease returned from InitializeLifetimeService in the server code before returning to the ...
|
| IIS Hosting / global.asax | 26 May 2005 10:57 GMT | 1 |
Is it possible to hook into the global.asax event model, when hosting remoting class libraries in IIS. I particularly want to access Application_AuthenticateRequest, to modify the HTTPContext security token with some roles.
|
| Exception Handling Nightmare | 26 May 2005 06:55 GMT | 2 |
I'm trying to implement Customer Error handling in a remoting environment and am getting nowhere. I've read numerous articles on this and don't really understand what the prblem is, especially as there are very few posts on this group about it.
|
| Need to fill gaps for creating a remotable singleton | 25 May 2005 17:19 GMT | 1 |
I've poured throught the MSDN documention on remoting; I'm close to getting things working, but I need to fill in some gaps. Here's what I need: 1. Remotable Controller class in MySystemTray.exe must be a singleton.
|
| Remoting Client Hangs | 24 May 2005 05:59 GMT | 1 |
We have an application which communicates using remoting. There is a server which is a Windows Service. The server exposes an object which is a singleton. The client is a Web Application which makes calls to the service. We are using tcp channel which is using binaryformatter by ...
|
| client name in remote method | 23 May 2005 15:01 GMT | 2 |
I want to get machine name of client (or any data like this) in remote method of a singleton object. I mean , i want to know "who is calling this method". How can i do it? Thanks
|
| Public member 'App' on type 'MarshalByRefObject' not found | 23 May 2005 10:14 GMT | 2 |
I have converted a webservice to a remote class. and now i am trying to call methods. I need some parameters to pass in those function. for that i have made a class in the client Program which can hold these
|
| File transfer | 20 May 2005 11:17 GMT | 1 |
I am new to remoting. In my application I need to transfer file from client pc to server using remoting. I prefered TCP channel. I have No idea how to transfer filestream to server. Give me any clue so that i can work on it. Thanks
|
| remoting - nasty bug? | 19 May 2005 23:18 GMT | 10 |
In specific (repeatable) cases the client fails to connect to the server running on the same machine. The client receives the System.Net.Sockets.SocketException: "A socket operation was attempted to an unreachable host" although the server is still running and listening on the
|