Re: The connection was reset
"windows 2003 running iis 7"
What?No.
Also have a look:
http://www.iis.net/ConfigReference/s.../requestLimits
Re: The connection was reset
Quote:
Originally Posted by
davebat
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
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
Re: The connection was reset
lol was that a freudian slip "just ruinning the site"
Re: The connection was reset
Quote:
Originally Posted by
davebat
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
Hi Gary, im not debugging, just ruinning the site on the server normally
Cool, cool, just checking.
Gary
Re: The connection was reset
makes sense, your'e right its iis 6 :o
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
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
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
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
Re: The connection was reset
Quote:
Originally Posted by
sapator
Shudder! You might actually need to configure this in the IIS MetaData Table, but that is even scarier!
Gary
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
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