codice:
<%
URL = "http://www.freeasp.it"
Set objXMLHTTP = Server.CreateObject("Microsoft.XMLHTTP") 
objXMLHTTP.Open "Get", URL, False
objXMLHTTP.Send
testoHTML = CStr(objXMLHTTP.responseText)
Set xml = Nothing

response.write(testoHTML)
%>
così mi apre il sito freeasp ....

come facesse un redirect!!!!

come posso fare per isolare qualcosa ora?