PRB: Calling getenv() in COM Objects Does Not Work Under Active Server Pages (217111)
The information in this article applies to:
- Microsoft Active Server Pages, when used with:
- Microsoft Internet Information Services 5.0
- Microsoft Internet Information Server 4.0
- Microsoft Internet Information Server 5.0
This article was previously published under Q217111 SYMPTOMS
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.
CAUSE
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.
RESOLUTION
Add the environment variable to the system environment block if you need to retrieve the variable from ASP. - Right-click on the My Computer icon on the desktop.
- Click Properties.
-
In the System Properties dialog box, click the Environment tab.
- Select an item from the System variables list.
- Enter the variable name in the Variable text box.
- Enter the value of the variable in the Value text box.
- Click Set.
STATUS
This behavior is by design.
Modification Type: | Minor | Last Reviewed: | 7/14/2004 |
---|
Keywords: | kbprb kbSecurity KB217111 |
---|
|