« Previous Next »

Thread: Avoid reboot during installation of URL Rewrite Module

Last post 11-21-2008 10:51 PM by ruslany. 0 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (1 items)

Sort Posts:

  • 11-21-2008, 10:51 PM

    • ruslany
    • Top 25 Contributor
    • Joined on 07-01-2007, 7:38 PM
    • Redmond, WA
    • Posts 636

    Avoid reboot during installation of URL Rewrite Module

    Locked Reply Contact

    The installation package for URL Rewrite Module includes several hotfixes for IIS and ASP.NET. In order to apply the hotfixes without restarting the server, run the following command from an elevated command prompt window prior to installing the module:

    net stop was /y & net stop wmsvc

    Once the module has been installed run this command:

    net start w3svc & net start wmsvc

    http://ruslany.net
Page 1 of 1 (1 items)