| Thread | Last Post | Replies |
|
| Access denied to Server 2003 IIS remoting host | 04 Nov 2005 12:19 GMT | 1 |
It worked under .NET 1.1, and works under .NET 2.0 (beta and final) when hosted on an XP Pro box, but no go with .NET 2.0 on Server 2003. I am hosting a remoting object in an IIS ASP.NET application, but the client is unable to connect. In the server application event log are
|
| App.config problem - An unhandled exception | 04 Nov 2005 10:59 GMT | 2 |
Does my 'App.config' at the following got any problem? App.config content ---------------------- <?xml version="1.0" encoding="utf-8" ?>
|
| Help!!! Could not establish secure channel for SSL/TLS intermittent error | 02 Nov 2005 22:34 GMT | 2 |
Our C#/.NET Remoting application has been running successfully for a number of months on a number of different networks. However, there is one client using HTTPS that is getting the following error message intermittently:
|
| Handling "socket" errors | 02 Nov 2005 07:56 GMT | 3 |
We have an application where we are using a MarshalByRef proxy object to pass objects to and from a central windows service. This application is configured to poll the service for bits and pieces of information every five minutes or so.
|
| Remoting and scalability | 02 Nov 2005 01:06 GMT | 4 |
I'm investigating various methods of doing a scalable middle tier in .NET. Our current requirements are to handle 300 - 1000 concurrent clients. We are currently re-engineering some of our 2 tiered application architecture to be 3-tiered. What I am looking for is either input ...
|
| Forging responses on intercepted call. | 01 Nov 2005 11:10 GMT | 3 |
I've implemented a custom RealProxy for an object I want to test. I'm using a proxy because I want to log what calls are made to this object. Using the example in MSDN on RealProxy, I can easily log what is passed to the objects but here's the sticking point. I don't want to actuall
|