Server.Execute methodServer.Execute aspfile
This method executes the specified ASP file, as if it were part of the calling file: all application, session, server, request, and response properties and methods from the calling page are available to the called page.
Server-side includes are always imported into an ASP, but using
Server.Execute allows you to use only the
modules you need.