| Thread | Last Post | Replies |
|
| Help -HttpChannel Class | 09 Oct 2003 21:26 GMT | 1 |
I was trying out some of the sample code for remoting but I cant find the namespace System.Runtime.Remoting.Channels.Http there is
|
| Problem with framework v1.1, Remoting and Code Access Security | 09 Oct 2003 16:29 GMT | 1 |
I hope someone can help, becasue I have been hitting my head against a brick wall with this. My question is: does remoting change the code access security permissions that a module receives?
|
| Serializing Events with Handlers | 09 Oct 2003 16:24 GMT | 4 |
I have a question relating to serializing a class that contains events. Basically I want serialize a class (class1) that publishes an event (event1). Subscribers to event1 could be any type of class and some of the subscribers may not be serializable.
|
| 3 tier remoting | 07 Oct 2003 22:30 GMT | 1 |
Hi again... Ok new situation. Client, BL, Server. 2 tcp channells. Client gets remot object from BL...then BL gets remote object from Server. Trick is, I am using RemotingServices.Marshal(obj, uri) to expose the remote object to the
|
| Client reference to remote object | 07 Oct 2003 20:45 GMT | 7 |
This is probably a very stupid question, but I am new to .net remoting and was wondering why the client requires a local copy of the remote object; surely the info in the config file should be enough? Mark
|
| Is it possible to add a custom http header? | 07 Oct 2003 18:21 GMT | 1 |
Is it possible to add a custom http header? First, my goal is simply to add custom http request and response headers to soap-formatted remoting calls (without using IIS). I just looked at the sample code included in MSDN for
|
| Suppress Page Footer in Report Footer Section | 07 Oct 2003 16:18 GMT | 1 |
I have a Crystal Report 8.5 report that includes a page footer. This report also has a report footer that includes subreports that include charts. I want to supress the page footer in the report footer section. Thank you,
|
| remote server assemblies needed by client | 07 Oct 2003 15:22 GMT | 4 |
I have a simple and I am sure common situation, and I bet this comes up a lot here (I couldnt find anything however): I have a multitier solution. To keep it basic, I have a server assembly (lets call it MyServer.DLL) containing a class
|
| Calling client function | 07 Oct 2003 12:22 GMT | 2 |
I need to create an application which is client - server apps. Server will host the remote object which implements couple functions can be called by client. However, I need that the server also can call the client functions.. how can I implement this?
|
| Delegates, events and multiple clients. | 07 Oct 2003 03:42 GMT | 4 |
I have an application which makes a TCP connection to a Windows Service on a remote server. I am doing remoting with a SAO singleton on the server because I need to listen for events which could occur immediately or minutes to hours after the request was made. I am using code ...
|
| CAO 3 tier model | 07 Oct 2003 00:48 GMT | 2 |
Here is the scenario...Client, Server, RemoteTypes dll...all tcp chanells (actual gctcp) Client has ref to RemoteTypes Server has ref to RemoteTypes
|
| newbie question on remoting | 06 Oct 2003 10:36 GMT | 4 |
I would like to ask why do the server side and the client side both keep a copy of the object dll? Actually, I am requesting an object on the server side, so what kind of work of the dll of the client side does?
|
| Remoting Lab solution | 04 Oct 2003 11:14 GMT | 1 |
I am currently working through the MCAD book, Developing XML web Services and Server Components. So far so good. I am trying to get the Remoting Lab to work at the end of Chapter 4, which takes the form of a "Chat" application.
|
| Interface of managed Windows Service published as WebService ? | 03 Oct 2003 17:37 GMT | 2 |
I have a WebService - WindowsService architectural question. Given a managed windows service, written in C#, and running independently of IIS as a windows service. I want to publish an open interface as a web service. The methods of the open interface have a lot parameters / ...
|
| SOAP/HTTP remoting conforming to ASP.NET web service soap envelope | 03 Oct 2003 12:17 GMT | 2 |
Does anybody know how to make a SOAP/HTTP remoting project hosted within IIS return exactly the same soap envelope as a standard ASP.NET web service? The client of my remoting project is IE and webservice.htc which a has
|