set xmlhttp = Server.CreateObject("Microsoft.XMLHTTP")
xmlhttp.Open "GET", "http://www.html.it", false
xmlhttp.Send
response.write xmlhttp.responsetext
set xmlhttp = nothing

Il problema sono le immagini e i link, perchè se non sono degli url assoluti non funzionano correttamente.