all groups > dotnet remoting > august 2005 > threads for august 22 - 28, 2005
Filter by week: 1 2 3 4 5
Problem with Disconnect / Unregister
Posted by James at 8/26/2005 5:37:44 PM
Ok. I have been banging my head about this issue for the last couple of days. I have tried just about everything i could find out there but nothing is exactly what i am experiencing.
Currently I am developing a Server Awareness program that runs on the client. The basic principle is that in th... more >>
server encountered an internal error. for more information, turn off customErrors in the server's .config file.
Posted by Ray Stevens at 8/26/2005 11:12:19 AM
That is not a particularly useful error message. this is being thrown by a
remoting server accessing the bll/dal layers from a web. I turned off
customErrors in the remote config file, but still get this error.
Anyone have a clue as to what to do about it?
... more >>
Threading Question
Posted by Ron at 8/25/2005 4:32:31 PM
I have a singleton hosted in IIS adn have a question regaring threading and
how methods are handled on concurrent calls.
Note: all of the data used is from within the method itself (or pulled from
a database from within the method )
Say the method is called concurrenetly ( or at least very... more >>
Info on debugging a remoting service?
Posted by Ray Stevens at 8/25/2005 1:11:17 PM
Anyone know of a good source on how to debug a remoting service running on
another server?
... more >>
When should I use remoting??How manay users??
Posted by Bear at 8/23/2005 11:20:02 PM
I have a project.
I want design it like below.
IE ---> IIS ---> remoting <-- window froms Ap
|
DB
My Browser Client have about 10,000 ~ 20,000 users.
My window forms Ap jsut have 10 or 20 users.
Should I use remoting to my architect... more >>
Soapsuds tool and functions returning abstract classes
Posted by Andrew Shepherd at 8/23/2005 12:31:43 AM
This is a problem I'm sure that has been countered before. In a
nutshell, the Soapsuds tool is not generating information about all of
the public classes in a remote assembly, and I need it to.
The specific example:
I have a remote object and it returns a reference to an abstract base
class... more >>
Remoting exception after installing new MS AntiVirus
Posted by Alex at 8/22/2005 6:50:13 AM
Hi,
We have a multi-tiered app that heavily relies on .Net Remoting. The app
contains of COM+ Server that reside on W2K, Biztalk Server also on W2K. User
access the app thru XP SP2 or W2k machines. After last Tuesday’s virus
outbreak we installed Windows Malicious Software Removal Tool -... more >>
|