prova un pò
codice:
set xmlReq = server.createObject("MSXML2.ServerXMLHTTP")
xmlReq.open "GET","http://tuosito/pagina.asp?id=..", false
xmlReq.send

Body=xmlReq.responseText