Results 1 to 14 of 14

Thread: The connection was reset

  1. #1
    Fanatic Member davebat's Avatar
    Join Date
    Dec 02
    Posts
    727

    The connection was reset

    I have used a payment provider to accept payments, its all working fine but on my dev server I get an error.

    The provideer returns to my site with a large querystring (around 650 characters) this causes in firefox the followign error:

    The connection was reset

    The connection to the server was reset while the page was loading.

    The site could be temporarily unavailable or too busy. Try again in a few
    moments.

    If you are unable to load any pages, check your computer's network
    connection.

    If your computer or network is protected by a firewall or proxy, make sure
    that Firefox is permitted to access the Web.

    I can remove some querystrimng values and the page loads ok, is there an iis setting I need to change? I have full access to the server whiocgh is windows 2003 running iis 7

  2. #2
    King of sapila
    Join Date
    Oct 06
    Location
    Greece
    Posts
    3,508

    Re: The connection was reset

    "windows 2003 running iis 7"
    What?No.
    Also have a look:
    http://www.iis.net/ConfigReference/s.../requestLimits
    Slow as hell.

  3. #3
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 04
    Location
    The Granite City
    Posts
    21,731

    Re: The connection was reset

    Quote Originally Posted by davebat View Post
    I have used a payment provider to accept payments, its all working fine but on my dev server I get an error.
    What are you running on your Dev Machine? Are you debugging out of Visual Studio, or a local IIS, or IIS Express?

    Gary

  4. #4
    Fanatic Member davebat's Avatar
    Join Date
    Dec 02
    Posts
    727

    Re: The connection was reset

    Thanks saptor, Ive seen that link already but couldnt see where to change these settings on my server.

    Incidentally what does "windows 2003 running iis 7" What?No. mean?

    Hi Gary, im not debugging, just ruinning the site on the server normally

  5. #5
    Fanatic Member davebat's Avatar
    Join Date
    Dec 02
    Posts
    727

    Re: The connection was reset

    lol was that a freudian slip "just ruinning the site"

  6. #6
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 04
    Location
    The Granite City
    Posts
    21,731

    Re: The connection was reset

    Quote Originally Posted by davebat View Post
    Incidentally what does "windows 2003 running iis 7" What?No. mean?
    I took this as a question as to whether you can actually run IIS 7 on Windows Server 2003. I was actually questioning this as well.

    Quote Originally Posted by davebat View Post
    Hi Gary, im not debugging, just ruinning the site on the server normally
    Cool, cool, just checking.

    Gary

  7. #7
    Fanatic Member davebat's Avatar
    Join Date
    Dec 02
    Posts
    727

    Re: The connection was reset

    makes sense, your'e right its iis 6

  8. #8
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 04
    Location
    The Granite City
    Posts
    21,731

    Re: The connection was reset

    Ah, gotcha.

    Right, now we are on the same page again...

    I take it you are still having issues? Correct?

    Gary

  9. #9
    Fanatic Member davebat's Avatar
    Join Date
    Dec 02
    Posts
    727

    Re: The connection was reset

    Yeah, I cant get any info on how to chnage the request limits. Basically if the querystring is too big for any site on this server I get the error

  10. #10
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 04
    Location
    The Granite City
    Posts
    21,731

    Re: The connection was reset

    Am I not right in saying that this is something that you can't change in IIS 6? The only way around it would be to use a post, rather than a get.

    Gary

  11. #11
    King of sapila
    Join Date
    Oct 06
    Location
    Greece
    Posts
    3,508

    Re: The connection was reset

    Hi.See if you can change some values in registry(never tried) but BE CAREFUL!!!
    http://support.microsoft.com/kb/820129
    Slow as hell.

  12. #12
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 04
    Location
    The Granite City
    Posts
    21,731

    Re: The connection was reset

    Quote Originally Posted by sapator View Post
    Hi.See if you can change some values in registry(never tried) but BE CAREFUL!!!
    http://support.microsoft.com/kb/820129
    Shudder! You might actually need to configure this in the IIS MetaData Table, but that is even scarier!

    Gary

  13. #13
    Fanatic Member davebat's Avatar
    Join Date
    Dec 02
    Posts
    727

    Re: The connection was reset

    Hmmm, thanks for the suggestions both of you. As Im no iis/server expert I dont really want to mess with registry values. Ill test ona different server for now and look at getting our dev server to match the live one.

    Cheers Dave

  14. #14
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 04
    Location
    The Granite City
    Posts
    21,731

    Re: The connection was reset

    Sounds like a plan.

    Let us know how you get on, and whether you have any follow up questions.

    Gary

Posting Permissions

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