Tagged Questions

0
votes
1answer
26 views

Custom Formatter for .NET Remoting

I would like to use a custom formatter for .NET remoting. In order to accomplish this, my understanding is that I have to implement something akin to the BinaryClientFormatterSink class (used for …
0
votes
0answers
8 views

How to provide a StreamingContext to the BinaryFormatter when using .NET remoting

I am trying to provide the StreamingContext to the client-side formatter when using .NET remoting. I have set up remoting using the config file, e.g. . Is there a way to provide the Context property …
0
votes
0answers
19 views

Impersonating a Remote object

I have a web application in which web server acts as a remoting client. Here I am creating CAOs using SAO. I want to impersonate the client who logs into the web application on Remoting Server. While …
0
votes
1answer
17 views

circumventing WCF with direct calls to a DLL in a single user environment

I am helping a company with a software package that will flexibly support multiple deployment scenarios. The package is written with .NET, has a well defined BLL, and utilizes SQL Server for the …
0
votes
1answer
26 views

.NET WCF ServiceHost - startup arguments

I am creating a remotable object using WCF. This is a snipped of how I create the remotable object ... ServiceHost service_host = new ServiceHost(typeof(MyObject), new Uri[] { new …
2
votes
1answer
43 views

Checking for presence of .NET remoting server - is my approach correct?

It's not possible to set a connection timeout on a .NET remoting call. Documentation occasionally refers to TcpChannel properties that allegedly do this, but discussions and the most recent docs I've …
0
votes
2answers
17 views

Can I place Remoting configuration in web.config?

I have an ASP.Net web application, which interacts with .Net Remoting application server. As part of this is it possible to place Remoting Client Configuration in Web.config file? If so, how it can be …
0
votes
1answer
13 views

.NET: Channel and sinks between unrelated appdomains

I am of the understanding that when a new appdomain is created, the framework creates channels and sinks implicitly. If it didn't, you couldn't create an object in one appdomain and make use of a …
0
votes
0answers
34 views

.Net Remoting: Wrap user objects vs more remoting channels

I'm learning about remoting by doing small remoting-based projects and also trying to enforce Good Practices while doing so to avoid my usual habit of developing Bad Habits. There is a service that …
0
votes
1answer
19 views

JMX confuse(remote server control)

Hi. I have a couple of Tomcat and Glassfish servers. And i want to manage them over JMX. "Use JConsole" - you could say, but this is wrong way because i'm writing Hudson plugin. I need starting …
4
votes
3answers
232 views

.NET Remoting Singleton memory leak, TCP, Marshal by Reference

I am using the simplest example of remoting that I could find, sharing an object between a windows service and a windows forms program (client), running on the same machine. The service instantiates …
0
votes
1answer
41 views

ASP.NET sessions and custom authentication

I'm building a web site that will acts as a client to a persistant server process. ASP.NET will communicate with the server using .NET Remoting. The server is used by other clients as well (thick WPF …
0
votes
2answers
39 views

Remotely pass messages to c# console app

I need to be able to send a string message and receive a string response from a console app running within our organization. I want to pass simple strings back and forth from a remote IP address. …
0
votes
2answers
62 views

How do I find a .NET remoting memory leak on select machines?

The memory leak is not happening on every machine, but reliably on a couple at my work, and it's looking like close to 10% in the field. I have a product that uses a Windows service to monitor user …
0
votes
0answers
31 views

Presentation layer communication with business service layer

I have an existing enterprise Java application with several layers including a web services facade over a Java services layer over a domain layer over a data access layer. The system currently has …

1 2 3 4 5 21 next
15 30 50 per page