wwRequest::GetWCIniValue

Retrieves a value from the Web Connection ISAPI/CGI configuration file. Most useful for retrieving the AdminUser value.

o.getwcinivalue(lcKey, lcSection)

Return Value

String of the value retrieved or "" (null string) if the key doesn't exist.

Parameters

lcKey
The key to retrieve

lcSection
Optional - the section to retrieve the value from. The default is the [Main] section.

Remarks

This method will not work with ASP messaging, since ASP doesn't use wc.ini or knows even where the file resides.


See also:

Class wwrequest

© West Wind Technologies, 1996-2022 • Updated: 10/02/99
Comment or report problem with topic