PRB: Calling getenv() in COM Objects Does Not Work Under Active Server PagesID: Q217111
|
When calling a method of a COM component that uses the getenv() function, the function returns a NULL value for the environment variable passed to it as parameter.
The environment variable passed to getenv() is a user environment variable. Calling getenv() under Active Server Pages (ASP) can access only the system environment block.
Add the environment variable to the system environment block if you need to retrieve the variable from ASP.
This behavior is by design.
Additional query words:
Keywords : kbASP kbCOMt kbGrpASP
Version : winnt:6.0
Platform : winnt
Issue type : kbprb
Last Reviewed: May 25, 1999