CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    37

    How to unload ISAPI dll in IIS 4.0

    How to unload ISAPI dll in IIS 4.0
    Must I turn off W3SVC service?
    Isn't there a more efficient method?
    And, How to turn off DLL cache in IIS 4.0.
    I couldn't solve it modifing registry.

    Regards


    A programmer who loves Goethe.

  2. #2
    Guest

    Re: How to unload ISAPI dll in IIS 4.0

    Yes, you can Type at the command prompt

    net stop iisadmin

    This will stop ftp and web service and allow thedll to be replaced without a restart. then go to the Internet Service manager and start the services. I usually have it running and do a refresh, then click the start icon on each of the stopped services severaltimes before they start but they do start.

    Lynn


  3. #3
    Join Date
    Jun 1999
    Posts
    2

    Re: How to unload ISAPI dll in IIS 4.0

    Checkout Article ID:Q182059 in the MSDN Library, if you don´t have access to it don´t hisitate to post a reply.
    I think this is what you´re looking for. I´ve not been able to do this on our server yet, but I´m tired of stoping and starting the IIS Admin services and I´m sure this is what I been looking for.
    To stop and start the IIS/FTP/WEB-services is not the right way, one have to retart the server sometimes anyway.
    Lennart Johansson/GEAB


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured