Server.Transfer method

Begins executing another ASP file, with all the variables and objects from the current file.

Usage

Server.Transfer aspfile

Details

Tip

Using Server.Transfer is more efficient than Response.Redirect (which requires another client request and server response).

Note

This method is available only as of IIS 5.0 (Windows 2000).