| Of Channels, Firewalls and Callbacks... (4 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi again all, I'm trying to understand the interplay between the channels and a firewall. Here's my setup, I have a client which has a http channel registered on say port 5150 to receive a callback. My server object is hosted in IIS. IIS is stting behind a NAT firewall with port 80 open and a mapping to the IIS I.P I can reach the web.server with no problems using my browser over the Internet so I... |
|
| The Strange Mystery of the Disappearing Callback (8 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi Again All, I have a strange problem I have a public event on my server object and can subscribe to it without problems now on my client. However, when I raise this event on my server nothing happens on the client which has subscribed anyone have any idea why? Blue Frog |
|
| Unicast Events (5 replies) |
| microsoft.public.dotnet.framework.remoting |
| Dear All, I wanted to know whether there is a way to Unicast a delegate? I mean suppose we have multiple clients and a server. We want to fire a an event and some of these clients not all of them receive this event. I think this is possible but I don't know how. I look forward to hearing from any of you :). Yours truly. |
|
| IIS Remoting Issue (6 replies, VIP) |
| microsoft.public.dotnet.framework.remoting |
| Hi, I'm getting an error saying "Type System.DelegateSerializationHolder and the types derived from it (sucha as System.DelegateSerializaitonHolder) are not permitted to be deserialized at this security level." It only happens when I try to handle a remote event... I"m not sure what this means or how to correct it. I'm guessing it's a security issue with where I have the .dll stored? Thanks in adv... |
|
| Strong Name and authentication (7 replies) |
| microsoft.public.dotnet.framework.remoting |
| I want to ensure that only some assemblies will be able to call my remote object (for info, I intend to use TCP channel with Binary formatter but I don't think it's relevant here). Is it a good idea to use a LinkDemand action with the strongNamePermission attribute to solve that problem? Is it secure enough or can a hacker somewhat fake the data send to the server and behave as an authorized assem... |
|
| Remoting expertise needed in Baltimore (2 replies, VIP) |
| microsoft.public.dotnet.framework.remoting |
| We are about to launch the development of a product developed in C# using a Windows Forms client communicating over .Net Remoting to a middle tier. While we have read a lot of material on remoting, we would very much like to validate our architecture against someone with direct expertise in both windows forms and remoting (using CAO, Leases). We are thinking 2 weeks of someone's time to provide a ... |
|
| should i always be able to call the service.rem?wsdl when exposing http service ? getting cannot load type error (3 replies) |
| microsoft.public.dotnet.framework.remoting |
| Should i always be able to call the service.rem?wsdl on my remote service exposed through IIS ? Because i am trying to make sure that my serivice is exposed properly but when I do I get Cannot load type BusinessFacade.DocumentSystem, BusinessFacade. when i call the service w/out ?wsdl i just get page cannot be displayed.. wondering what i maybe missing or how to troubleshoot this. server web confi... |
|
| SAO and Lifetime (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| I want a server activated object life as long as the client is connected. Can this be done only by pinging the server from the client or is there another (buildin) way? For CAOs there is sponsoring. Sleepless in Berlin Wernfried |
|
| Maintainability. (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| Remoting has one disadvantage of Maintainablity. Is it ture |
|
| Manipulate the CallContext in a Client/Server Sink (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| Can you manipulate the CallContext in a Client/Server Sink in such a way that new information can be pushed from a lower level. I have tried to do this through the code listed below but it has not worked or I should say it works on the server and never the client. Any suggestions? The server code is listed below. My objective is to push information about the connection into the call context from t... |
|
| remote headache (4 replies) |
| microsoft.public.dotnet.framework.remoting |
| I have a server class and a client class the server class is remotable The client class serves the server class When I remote the server class, and instantiate it on the remote side, and want to call a function on the client class, I must create a new reference to the client class in the server class, just like I was dealing with two classes in the same machine. Considering remoting, the problem i... |
|
| Remoting Examples! (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi All, Am trying to develope a vb.net application for windows My problem is that I need to develope a windows service which will activate a Dll upon request from client and updat a database. The reason i need it call the windows service is that , only the user with permisssions to run the service sholud make the call to dll How does Remoting fit into this? It is a multi user application... Any id... |
|
| 2 different Serializers on one class (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi, Is there a way to implement 2 different serializers on a class? For example, I have a class with 3 different collections. Using the default binary formatter I can successfully serialize 2 of the 3 collections by marking the one I dont want as "NonSerialized". Lets say I wanna do a different kind of Serialization, lets say I only wanna serialize 1 of the 3 class members. How can I do that? I gu... |
|
| design question (3 replies) |
| microsoft.public.dotnet.framework.remoting |
| I have two classes: One is remotable Another processes data tied to the local system Where should I create the remoting configuration in my code? Is it adequate to create two additional classes: RemotingSetup and RemotedType, where the first will configure my project for remoting (URI, Channels, activation), and the latter will contain the actual remoted type (or the proxy), allowing access to the... |
|
| can't find system.runtime.remoting.channels.tcp (3 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi, I am trying to run some remoting samples, but when I try to use System.Runtime.Remoting.Channels.TCP, it isn't recognized in visual studio. It recognizes out to System.Runtim.Remoting.Channels, but can't find the TCP namespace. This is pissing me off since it must be some visibility setting in VS or something. I am using VS Enterprise Architecht 2003 and the sample code is in VB. How do I get ... |
|
| Asynchronous Calls Updating UI (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| Can someone point me to a good example or article about using remoting asynchronously and then updating the user interface. How do I return to the main thread after my remoting callback has completed? Thanks, Bob |
|
| Singleton call to a specific client (4 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hello Getlemen, I am using a Singleton Server. Several clients use it and share information over it. Now it would be great if the server could call a specific client. I do not want to call all clients via an event. Any idea how to do this? Regards, Holger |
|
| change http to tcp in remoting config (4 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hello how could I change this two configs to tcp instead http? configuration system.runtime.remoting application client wellknown type "ChatCoordinator.ChatCenter, ChatCoordinator" url "http://localhost:100/ChatServer" / /client ; channels ; channel ref "http" port "200" / /channels /application /system.runtime.remoting /configuration configuration system.runtime.remoting application service wellk... |
|
| Application Domains and Remoting (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| Looking at this definition: Singleton: The Singleton flag notifies the server that remote method calls into the server do not destroy the instance of the remote object on the server after the method returns which means subsequent calls from the client can take advantage of the state of the object made from previous calls. This means that the application domain created on the server remains between... |
|
| Communication between Web Services, Windows Services and Remoting (3 replies) |
| microsoft.public.dotnet.framework.remoting |
| I have an XML web service that can be customized by customers. The goal is this... A process must run *somewhere* that acts as an interface between the web service and some foreign system. Whatever that foreign system is doesn't matter. It can be anything. The process could run on the same server where the web service is located or it could be located somewhere on the Internet including the custom... |
|
| Synchronizing two screens (3 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi.. I posted this earlier to one of the threads but recieved no reply. If anybody has any idea about this, please do let me know. i have to achieve this within next 2 3 days. I am building a project as vb.net windows application. I want to open any file through the form( using system.diagnostics.process)...and synchronize that file with everybody else who accesses it at that time. Right now, I ju... |
|
| Thread management in remoting (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hello, I'd like to create a remoting server with SingleCall objects and I am wondering how remoting will behave under heavy load. Does remoting launch a thread for every client or does it use some kind of thread pool and request queuing mechanism? After quickly scanning the documentation I didn't find any info on this topic. Thanks, Andrey |
|
| Can I or Can't I remote a Serviced Component ?!? Ingo or MS MVP PLEASE ! (3 replies) |
| microsoft.public.dotnet.framework.remoting |
| PLATFORM SPECIFICATIONS: SYSTEM TYPE: Client/Server LAN SERVER OS: Windows 2003 SVR CLIENT OS: XP / 2000 REMOTING: IIS / HTTP/ SingleCall / SOAP(during DEV) BINARY (during PROD) COM : Server Activation type / JIT enabled / Pooling enabled / Transaction enabled LANGUAGE: VB.NET Greetings, Can someone from MS (or MVP) please tell me if I can remote a Serviced Component or not. There seems to be alot... |
|
| IIS Remote Deserialization Problem (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi, I"ve changed both my server and client config files as follows... Client: configuration system.runtime.remoting application client wellknown type "ChatCoordinator, ChatCoordinator" url "http://localhost:80/Chat/Chat.rem" / /client channels channel ref "http" port "0" formatter typeLevelFilter "Full"/ /channel /channels /application /system.runtime.remoting /configuration Server: configuration ... |
|
| Remote Auth question (3 replies) |
| microsoft.public.dotnet.framework.remoting |
| What is the best way to accomplish this? I have a web server ( stand alone NOT on a domain ) which uses a component on an app server ( within a domain ). I need to authenicate users from the web server to the app server. Only connection between the two is the tcp port. So as I understand it I cannot use SSPI with Kerberos or NTLM. Thanks, Sam |
|