Profiel van JPJP's Memory DumpFoto'sWeblogLijstenMeer Extra Help
    02 mei

    Reset ASPNET and IIS

    iisreset /stop

    net user ASPNET /delete
    net stop aspnet_state
    %windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
    net start aspnet_state
    iisreset /start

    Fix error for installing IIS on windows XP

    When installing IIS , through the Control Panel Add/Remove Windows Components applet, the following error occurs:

    "Setup cannot copy the file staxmem.dll.insert Windows XP Professional Service Pack 2 CD".



    Resolution


    Follow these steps to resolve this issue.

    1. Click on the Windows Start Menu.

    2. Click Run.

    3. Type esentutl /p %windir%\security\database\secedit.sdb in the Open box, and click OK.

    4. Install IIS through the Control Panel Add/Remove Windows Components applet.