The IServer::Execute method calls a specified URL as an ASP page.
HRESULT Execute(
BSTR bstrLogicalPath // specifies the URL
);
The IServer::Execute method provides a way of dividing a complex application into individual modules. By employing the IServer::Execute method, you can develop a library of .asp files that you can call as needed. This approach is an alternative to server-side includes.
Server Object, IServer::Transfer