Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Ajax POST - HTTP Status 12031 Error?

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  Open New Tab (instead of Open New Browser) Coding  
Author Message
nospam116

External


Since: Jan 11, 2004
Posts: 14



(Msg. 1) Posted: Fri Jan 11, 2008 1:37 pm
Post subject: Ajax POST - HTTP Status 12031 Error?
Archived from groups: microsoft>public>inetserver>iis (more info?)

I have a web application (Classic ASP and VB COM+) that makes Ajax (using
Microsoft.XMLHTTP) calls to ASP/COM+ that submits form data (ultimately to a
database) and then returns an HTML fragment and inserts it into a specific
<DIV> on a web page. This code has worked for three years without a hitch,
and in fact, worked flawlessly until two days ago.

One of my customers (with dozens of users from one institution) started
receiving error messages from my Javascript Ajax functions (one below) that
indicated a status code of 12031 (Internet connection reset error). They are
all using IE 6.0 with XP. Different users at that institution had the same
error, but to my knowledge none of my other customers or their users outside
that institution had any problems and I could not recreate the errors on my
machine accessing the web application (I only use one server for the entire
country). And then yesterday, there were no errors at all from that place
(it may have been a busier day the day before).

So, what exactly does this status code mean? Is this a client or server
problem? Is it a network problem? Mine or theirs? Does it have anything to
do with firewalls or security settings at the institution where the problems
occurred?

What can I do to track down or diagnose this issue and resolve it?

Thanks for any help or direction as I have no clue where even to start with
such nebulous error messages with code that seemed time-tested until two
days ago.


function onReadyStateChangeEventHandler() {
if (req.readyState == 4) {
if (req.status == 200) {
document.getElementById(targetDIV).innerHTML = req.responseTex
} else {
var strDetails;
strDetails = "There was a problem processing your " +
httpReqType + " request.\n\nDIV: " + targetDIV + "\nStatus Text: " +
req.statusText + "\nStatus Code: " + req.status;
alert(strDetails);
}
}
}

 >> Stay informed about: Ajax POST - HTTP Status 12031 Error? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
What is http.status = 2 error - Hi, Am doing a http post on a Windows XP SP2 workstation to a IIS 6.0 server, and on occasion, am receiving a http.status=2 back. The next time the post is done, it works fine. Other times, it may take some retries for things to work fine again. In..

HTTP Error 405 on POST - Hello all, I'm having a problem with IIS wherein it returns an error 405 (Resource not allowed). I'm afraid I'm rather short on specifics at the moment because a) I don't know IIS, and b) the web pages in question were written by another group within...

URL Structure on HTTP 1.0 POST caused 405 Error - The following does not generate an error when posting to Apache/Tomcat POST.http://host:80/OTR/AS2/oq-2/or-MDN_HTTP/phdr/nowait HTTP/1.0 However, it generates an error when posting to IIS 5 HTTP/1.1.405.Method.not.allowed If I change the URL ...

HTTP 405 Error / How to enable POST in IIS 6.0 to allow js.. - Hello, I have been unsuccessfully looking all around to try to find out how to enable the POST method for IIS 6.0 so my html pages w/ jscript will run. I read that the most probable cause is that IIS sees my pages as "static" - how to I fool ...

ASP invoked by POST fails in IIS 6 (HTTP error 411) , work.. - Hello everyone We just upgraded our servers to Windows 2003 IIS 6. We have had an ASP in use for some time in IIS 5. It receives some parameters and outputs its response in XML format. Our customers calls the ASP via POST. Since we upgraded to IIS 6, th...
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]