Results 1 to 7 of 7

Thread: [RESOLVED] Application working on one computer but not another

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2007
    Posts
    96

    Resolved [RESOLVED] Application working on one computer but not another

    Has this ever happened to anyone? It has happened to me and one of my customers in the past but I have no idea how he diagnosed it and it is happening with another one of my clients now. The application runs, but the HTTP requests do not. The application works 100% perfect on my own computer but not the customers. He has both the 1.1 and the 3.5 framework installed, and uses Vista (same as me).

    Can anyone shed some light on this situation because this is a huge huge huge problem that I would rather not have to worry about in the future with other clients. ANY help is greatly appreciated. Thank you in advance.

  2. #2
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: Application working on one computer but not another

    Windows firewall blocking the app from accessing the Internet?
    Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
    - Abraham Lincoln -

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2007
    Posts
    96

    Re: Application working on one computer but not another

    Just completely disabled the firewall and still the same result.

  4. #4
    PowerPoster cicatrix's Avatar
    Join Date
    Dec 2009
    Location
    Moscow, Russia
    Posts
    3,654

    Re: Application working on one computer but not another

    Try to telnet from the client's machine using the same port and IP address. Does your client use proxy?

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Jan 2007
    Posts
    96

    Re: Application working on one computer but not another

    My client is not using a proxy, but the application does support proxies. I nor my client know the first thing about telnet though so if possible could you explain a bit more? As I said everything works fine on my end. I just tested it on my laptop as well and it's all good on there as well. Super super frustrating.

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Jan 2007
    Posts
    96

    Re: Application working on one computer but not another

    Ahhhhhhhhhhhhhhhh, nevermind. We got it figured out. He had a system proxy set and once he disabled it everything was all good. Sorry about that. Thanks for the quick help too. Very much appreciated.

  7. #7
    PowerPoster cicatrix's Avatar
    Join Date
    Dec 2009
    Location
    Moscow, Russia
    Posts
    3,654

    Re: [RESOLVED] Application working on one computer but not another

    From the command prompt:
    >telnet {ip address} 80

    i.e.
    telnet 127.0.0.1 80

    If the connection was established there will be a response something like:
    HTTP/1.1 400 Bad Request

    if not - there will be an error.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width