.net-remoting
Accesing a console application from a different machine - .NET
I have a machine A where I run a webservice that needs to invoke a console application on Machine B. Both of them are on the same domain and I can adjust the rights if I need to.[详细]
2023-02-07 02:41 分类:问答Logging across multiple app domains
I need to do some logging in my application and my Visual Studio Solution contains several dll\'s开发者_C百科 (and thus multiple app domains).I thought just creating a static class for my logging woul[详细]
2023-02-02 12:18 分类:问答How-to proxy-remote a .NET IEnumerable with fixed-size batches over the network?
.NET remoting can generate transparent proxy remotes for an interface with serializable members, such as:[详细]
2023-01-30 20:20 分类:问答What is the difference between .NET remoting and WCF/TCP for local/LAN communication?
OK, so I know that WCF is supposed to replace dotNET remoting, yet I seem to fail to really grasp if WCF is a full replacement with more options, or if .NET remoting offers some features that are miss[详细]
2023-01-29 07:15 分类:问答Modify settings after calling RemoteConfiguration.Configure(configFile)?
My application calls RemotingConfiguration.Configure() to set up .NET Remoting. But since I need the portName attribute of the channels element to be different each time the application is run, I have[详细]
2023-01-25 13:42 分类:问答.NET remoting problem
I have singleton object hosted under IIS. I can call any method in Singleton object without any problem. One method of singleton object returns a reference to another class object. When I try to call[详细]
2023-01-24 09:47 分类:问答.Net Remoting server connection limit
Is there a limit on th开发者_StackOverflow中文版e number of connection a .Net Remoting server can handle?Depends on the type of server.[详细]
2023-01-23 02:36 分类:问答1 Dll, in our libraries... If called from webservice behaves as expected, if called from winform, uses remoting... HUH?
That\'s Pretty much it. I took a set of Active Directory classes we\'d had in our webservices for years, and seperated & migrated it into our Libraries so I could also use them in a winform app I[详细]
2023-01-21 09:18 分类:问答How to handle unexpected disconnect
I\'ve got a question concerning best practices with .NET remoting. The code is smelly and I need to do some refactoring.[详细]
2023-01-19 05:00 分类:问答How can we troubleshoot intermittent "An existing connection was forcibly closed" errors caused by a Cisco CSS
We have the \"standard\" three tier architecture with our middle tier hosted in IIS and accessed via .net remoting.These errors occur between our web and web services servers (front tier) that are rem[详细]
2023-01-10 08:39 分类:问答
加载中,请稍侯......