wwRequest::GetWCIniValue
Retrieves a value from the Web Connection ISAPI/CGI configuration file. Most useful for retrieving the AdminUser value.
o.getwcinivalue(lcKey, lcSection)
Returns
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.