Q: Is there a way to force a DLL to unload with IIS 4.0? I am developing a DLL in VB and testing with ASP. With IIS3 I could stop and restart the server and then recompile the component, but that does not work for IIS4. Setting the
object to Nothing in the VBScript code does not appear to work (but it could be because there are errors occurring in the code).
A: Choose to run the application in its own memory space. Then try clicking the Unload button on the Home Directory Property Page from within MMC.
A rewrite of part one of a four-part series on Active Server objects. A simple example of creating a Active Server Component in Visual Studio 5.0 using the Active Template Library 2.0. The example component retrieves the user's cookie, if not available issues a new 128-bit cookie. Included in the issue is the source code and step by step instructions. This issue has been rewritten to illustrate the use of Visual Studio 5.0 and ATL 2.0 in writing Active Server Components. [Read This Article][Top]