Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

ASP script debugging XMLHTTP component issue

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  EVENT id 5000 CATAGORY :DEVICES  
Author Message
gushulay

External


Since: May 12, 2004
Posts: 1



(Msg. 1) Posted: Wed May 12, 2004 8:41 am
Post subject: ASP script debugging XMLHTTP component issue
Archived from groups: microsoft>public>inetserver>iis (more info?)

Issue show one's worth, when you use "POST" method to download remote
page(s) through MSXML2.XMLHTTP or MSXML2.ServerXMLHTTP in ASP scripts.
Also Issue become apparent only when ASP script debugging turned on
virtual server.

A call of object instance send() method ended with following error:

msxml3.dll error '80072ee2'
The operation timed out
/one.asp, line 5.


Using "GET" method, or usin "POST" method with ASP script debugging
turned off not produce problems.

Issue tested on:
IIS 5.0 (Windows 2000 standart server)
IIS 5.1 (Windows XP Professional)
IIS 6.0 (Windows 2003 Server Standart Edition)

MSXML 3.0 SP4
MSXML 4.0 SP2
MSXML 5.0 (from Microsoft Office)

=====================
Best regards
Andriy Gushulay

Example source codes:
=== begin one.asp ===
<%@ Language="JavaScript" %><%
var xhttp = Server.CreateObject("MSXML2.ServerXMLHTTP");
xhttp.open("POST", "http://localhost/two.asp", false);
xhttp.send();

Response.Write(xhttp.responseXML.xml);
Response.Write(xhttp.responseText);
%>
=== end one.asp ===

=== begin two.asp ===
<%@ Language="JavaScript" %><%
var xml = Server.CreateObject("MSXML2.DOMDocument");
xml.loadXML("<test><item>one</item><item>last</item></test>");

Response.Write(xml.xml);
%>
=== end two.asp ===

 >> Stay informed about: ASP script debugging XMLHTTP component issue 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
IIS 4.0 ASP Script Debugging from Visual Interdev - I'm running Windows 2000 Pro w/SP3... I've turned on Script DEBUGGING from Control Panel... I've installed Visual Studio 6.0 w/SP5... I created a project in Visual Studio... I turned on ASP Debugging on the entire Web Server...I believe this should...

XMLHTTP posting through HTTPS problem - I want to make use of msxml2.xmlHttp to pass sql statement to Sql Server through IIS. It has no problem if I use http. However, when I try to use https to do the same thing using https, vb propmts a run-time error "Method 'send' of object..

CONTENT.IE5 directory and Microsoft.XMLHTTP - Several of our asp web sites are creating temporary files in the above mentioned directory at the rate of 100meg a day. I have seen several questions regarding this issue but I haven't seen a solution. There must be a setting to keep the size of the..

Server.XMLHTTP Error, Cannot Connect to server? - Here is the problem: BUG: ServerXMLHTTP send method sporadically fails with error 0x80072efd while requests are sent to same server When you use ServerXMLHTTP to send multiple requests (one at a time) to the same host, the method may start failing ..

Just In Time Debugging - I have a webserver that is locking up the WWW Service whenever there is even a basic error in someone's code. Instead of showing a page error to the web browser, the server itself promts to debug the error. Has anyone seen this?? I
   Web Hosting and Web Master Forums (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 ]