Sederhana, ASP menghasilkan kode sampel beranda statis
<%
redup objxmlhttp, binfiledata, objadostream
Setel objxmlhttp = server.CreateObject (microsoft.xmlhttp)
objxmlhttp.open get, http: //&request.serverVariables (http_host) &/index1.asp, false
objxmlhttp.send ()
binfiledata = objxmlhttp.responseBody
Set ObjadoStream = Server.CreateObject (AdodB.Stream)
objadostream.type = 1
objadostream.open ()
Objadostream.write (Binfiledata)
Objadostream.Savetofile Server.Mappath (../ index.html), 2
objadostream.close ()
Setel objadostream = tidak ada
Setel objxmlhttp = tidak ada
response.write <bahasa skrip = javascript> alert ('pembuatan halaman beranda selesai!');
%>