Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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