Classic ASP XMLUsing ASP 3 and XML. See also the XML category for more XML discussions not relating to ASP. NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP XML section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
We are trying to post some 20 MB data to a URL using MSXML.serverXMLHTTP. The other party (the URL) is receiving the data but we are not getting the success status 200 back. The browser displays two errors: "Internal Server Error" & "Operation Timed Out". Strangely, I think the first one is thrown by the server and the second one by client. I am not being able to understand where in the loop we are missing out.
We did everything like setting time out properties of serverXMLHTTP (10 min for all) and increasing the script running time of IIS etc.
We could not simulate the problem locally. i.e., when we posted to a asp page on local server, although it took some time, we got the status 200 back.
We are using ASP and IIS 5.0 over WINDOWS 2000 server.
Although I got some solutions over google for IIS6.0 such as modifying the IIS metabase config files, I could not find any solution for the prblem stated above.