Easy Tutorial
❮ Asp Ref Folder Met Clear ❯

ASP Execute Method



The Execute method runs an ASP file from another ASP file. After the called .asp file finishes execution, control is returned to the original .asp file.

Syntax

Parameter Description
path Required. The location of the ASP file to execute.

Example

Refer to the Server.Transfer method to understand the differences between Server.Execute and Server.Transfer methods.


❮ Asp Ref Folder Met Clear ❯