Server.Transfer methodServer.Transfer aspfile
Using Server.Transfer is more
efficient than Response.Redirect (which
requires another client request and server response).
This method is available only as of IIS 5.0 (Windows 2000).