Network connection is being reset on file uploads

Discussion in 'Site Programming, Development and Design' started by roberth, Feb 4, 2011.

  1. Hello,

    I've got a periodic problem where it seems like the network connection is being reset on file upload and i'm not able to figure out what is causing this issue.

    Thanks,
    Robert
     
  2. Ray

    Ray

    What do you mean by " it seems like the network connection is being reset on file upload"? Is the file upload during FTP or do you have some kind of web page that performs the file upload? What exactly is the error message you are getting?
     
  3. Thanks for the quick response.

    I'm using the standard asp.net file upload mechanism with C#. This works off and on but is easily reproducable. When it happens I get "Internet Explorer cannot display the web page" ... it's like my connection has been reset. I'm not getting any other error.
     
  4. upload problem in asp.net upload

    'm using the standard asp.net file upload mechanism with VB.NET. This works local and run correctly nut in Winhost . When it happens I get "Internet Explorer cannot display the web page" or the next error
    Network Error (tcp_error)
    A communication error occurred: ""
    The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.

    For assistance, contact your network support team.
     
    Last edited by a moderator: Oct 14, 2015
  5. Ray

    Ray

    Do you have a URL and a way we can test it on our end?
     

Share This Page