Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the command line that starts an IIS Express instance using the specified options.
Syntax
HRESULT
ConstructCommandLine(
[in] BSTR bstrSite,
[in] BSTR bstrApplication,
[in] BSTR bstrApplicationPool,
[in] BSTR bstrConfigPath,
[out, retval] BSTR * pbstrCommandLine
);
Parameters
[in]
bstrSiteThe name of the site.
[in]
bstrApplicationThe name of the application.
[in]
bstrApplicationPoolThe name of the application pool.
[in]
bstrConfigPathThe path to the configuration files.
[out, retval]
* pbstrCommandLineThe command line that starts an IIS Express instance.
Return Value
HRESULT