IServer::Execute

The IServer::Execute method calls a specified URL as an ASP page.

HRESULT Execute(

  BSTR bstrLogicalPath // specifies the URL

);

 

Parameters
bstrLogicalPath
   [in] A binary string specifying the path for the .asp file to execute.
Remarks

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.

See Also

Server Object, IServer::Transfer