Can anyone enlighten me as to an alternative to using the MSXML dll for the following task.
I need to loop through all the records in a recordset (about 50) and for each one request an ASP page using the MSXML2.ServerXMLHTTP object. I then need to get the raw HTML from these pages (each one is 2-3Kb) and then write it to a new textfile in a folder.
In theory this is as easy as MSXML2.ServerXMLHTTP --> FileSystemObject --> Hey Presto the file is written. Unfortunately the MSXML dll is timing out after only 4-5 files being written.
Is there a way i could acheive the same end result using pure ASP.Net and bypassing the MSXML? I'm a 'classic' ASP programmer so I don't have much experience with .Net but any advice will be an advance on my current position.
Thanks in advance,
Chris Gilbert.
I need to loop through all the records in a recordset (about 50) and for each one request an ASP page using the MSXML2.ServerXMLHTTP object. I then need to get the raw HTML from these pages (each one is 2-3Kb) and then write it to a new textfile in a folder.
In theory this is as easy as MSXML2.ServerXMLHTTP --> FileSystemObject --> Hey Presto the file is written. Unfortunately the MSXML dll is timing out after only 4-5 files being written.
Is there a way i could acheive the same end result using pure ASP.Net and bypassing the MSXML? I'm a 'classic' ASP programmer so I don't have much experience with .Net but any advice will be an advance on my current position.
Thanks in advance,
Chris Gilbert.