Is there a way to reset IIS 7.5 to factory settings?

前端 未结 6 1221
清歌不尽
清歌不尽 2020-12-25 11:00

I modified a lot of options in IIS, and would like to reset its settings to default.

I already tried installing/reinstalling it. After the reinstall, it still had t

6条回答
  •  -上瘾入骨i
    2020-12-25 11:29

    Resetting IIS

    1. On the computer that is running Microsoft Dynamics NAV Web Server components, open a command prompt as an administrator as follows:

    a. From the Start menu, choose All Programs, and then choose Accessories. b. Right-click Command Prompt, and then choose Run as administrator.

    1. At the command prompt, type the following command to change to the Microsoft.NET\Framework64\v4.0.30319 folder, and then press Enter.

    2. cd\Windows\Microsoft.NET\Framework64\v4.0.30319

    3. At the command prompt, type the following command, and then press Enter.

    4. aspnet_regiis.exe -iru

    5. At the command prompt, type the following command, and then press Enter. iisreset

提交回复
热议问题