soluzione 1:
codice:
<script>
document.location.replace('sito2.asp');
</script>
soluzione 2:
codice:
Response.Redirect "sito2.asp"