Re: handle events on server

From: Eddie Stone (nospam_at_spammy.org)
Date: 10/07/04

  • Next message: Jason: "Logon failure: unknown user name or bad password."
    Date: Thu, 07 Oct 2004 13:07:25 -0700
    
    

    Hi Ken,

    I can see what you mean, your test did fail in the same way. However on
    my set-up the firewall on my machine which hosts the server is not
    blocking requests like this.

    I know this because my samples work with clients on other remote
    machines which I access from gotomypc and from another asp.net website.

    Also the webserver where the client fails does not block outgoing
    requests because I wrote a little sample to download yahoo homepage
    using

    System.Net.WebClient();

    I know I'm clutching at straws but I wonder if there is anyway to
    utilise remoting to use this outgoing connection to contact my server
    with some info. If its not possible then I can start looking at a new
    host, smart clients and other kinds of workarouds.

    Your help is much appreciated.

     

    "Ken Kolda" <ken.kolda@elliemae-nospamplease.com> wrote in
    news:eTCybnJrEHA.2724@TK2MSFTNGP14.phx.gbl:

    > ChannelServices.RegisterChannel(new TcpChannel());
    >
    > try
    > {
    > object o = Activator.GetObject(typeof(IA),
    > "tcp://www.yahoo.com:1000/MyServer.rem");
    > Console.Write(o.ToString());
    > }
    > catch (Exception ex)
    > {
    > Console.WriteLine(ex.ToString());
    > }
    >
    > Console.ReadLine();


  • Next message: Jason: "Logon failure: unknown user name or bad password."

    Relevant Pages

    • Re: Linux 2.4 TCP Performance Problem?
      ... bandwidth between the affected hosts with iperf and it is> 90Mbit. ... > From Server A, I'm generating a stream of data that is extremely ... > are multiple clients connecting to Server A, ... > more of the clients. ...
      (comp.os.linux.networking)
    • JDBC to Oracle 817 - The network adapter could not establish the connection
      ... attempt connections, they would get the ORA 12545 error. ... and restarted the listeners on the server, ... connected client, then attempted to reconnect, it would fail. ... In my case, clients are EAServer connection caches, PowerBuilder, ...
      (comp.lang.java.databases)
    • Re: Accessing hosted domains inside a LAN
      ... > Yes I have set up named-based virtual hosts in the Apache config file. ... a different IP number from inside clients? ... inside number in an entry for the server name in /etc/hosts ... If you have enough machines to make this impractical ...
      (Fedora)
    • Re: need help connecting to hosts
      ... >>net to see hosts on another IP net. ... >of the server for the same network. ... I am trying to see the clients ... LMHosts files, ...
      (microsoft.public.windows.server.networking)
    • Access denied to Win 2000 share from NT client
      ... BBB a Windows 2003 Server ... All clients can access shares on BBB. ... will fail as well. ...
      (microsoft.public.windows.server.networking)

    Loading