BUG: AppUnload Does Not Unload Application (246111)
The information in this article applies to:
- Microsoft Windows NT Server 4.0
- Microsoft Windows NT Workstation 4.0
- Microsoft Internet Information Server 4.0
This article was previously published under Q246111 SYMPTOMS
Executing the AppUnload method on a loaded Internet Information Server (IIS) application may not unload the application from memory.
CAUSE
IIS is executing a string-sensitive search in order to locate the application to unload.
RESOLUTION
To resolve this problem, connect to the application by passing the following string to GetObject. Make sure that the case of the string passed is not changed.
Dim DirObj
Set DirObj = GetObject("IIS://LocalHost/W3SVC/1/Root/SomeApp")
DirObj.AppUnload
"SomeApp" should be replaced with the name of the application you wish to unload as you see it in the Internet Service Manager.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. REFERENCES
IIS Documentation on AppUnload
Modification Type: | Major | Last Reviewed: | 11/17/2003 |
---|
Keywords: | kbBug KB246111 |
---|
|