-
Posted to
IIS7 - Classic ASP
by
josephcarney
on
07-18-2007, 7:02 AM
Yes, I have classic ASP is installed.
I have a program called test.asp that uses the MSXML2.ServerXMLHTTP object to open another file on localhost.
If test.asp uses MSXML2.ServerXMLHTTP to open a file called testopen.xml or testopen.html, it works fine.
If test.asp uses MSXML2.ServerXMLHTTP to open a file called ...
-
Posted to
IIS7 - Classic ASP
by
josephcarney
on
07-17-2007, 11:22 AM
It is a classic ASP file.
When I hit another .asp file on //localhost using MSXML2.ServerXMLHTTP it times out. When I hit any other type of file (.htm, .txt etc) on //localhost using MSXML2.ServerXMLHTTP it is ok.
I've been through IIS7 and tried every combination of allowing GET, POST as allowed verbs etc and it still times ...
-
Posted to
IIS7 - Classic ASP
by
josephcarney
on
07-15-2007, 9:34 AM
OK,
After much messing around with IIS7 and ASP, I have come to the following conclusion with my configuration...
MSXML2.ServerXMLHTTP works fine on //localhost when trying hit any static file (.htm, .xml etc). When I try to hit a file with .asp extension, I get timeout errors.
Anyone know how do I configure IIS7/Vista Security to allow ...
-
Posted to
IIS7 - Classic ASP
by
josephcarney
on
07-15-2007, 7:21 AM
I am using the MSXML2.ServerXMLHTTP object to read other files locally and am running into 2 different types of problems. I've written a small program outside of all my objects to try and find out what is going wrong and it has highlighted this...
Problem 1 - GET vs POST
If use oXMLHTTP.Open "POST" it returns a HTTP Error ...