IIS Manager is working but Window is not showing up in Windows 7

前端 未结 5 1551
北海茫月
北海茫月 2021-01-30 06:38

IIS Manager window is not showing in my machine. It is visible in taskbar but when I click on it, it is not opening or showing up. It was working previously, but stopped suddenl

相关标签:
5条回答
  • 2021-01-30 06:47

    In a command prompt: C:\Windows\System32\inetsrv\Inetmgr.exe /reset

    This problem occurs when I open IIS Manager and when I have two monitors, and then later try to open it again over RDP with only one monitor. Using this reset command fixes it for me.

    This works on RDP sessions which do not preview the window from the taskbar and thus cannot perform Abhijeet's steps.

    0 讨论(0)
  • 2021-01-30 06:49

    It should be in C:\Windows\System32\inetsrv.

    If its not there go to

    control panel -> programs -> Turn Windows Feature on/Off...
    

    Then you will see a list of features, IIS should be one of them. If you expand the selection there is an option to turn Management tools on and off.

    IIS Management Console should be checked.

    OR

    Open the Command Prompt and type Iisreset /noforce

    If this errors out IIS wasnt installed correctly or was not installed at all.

    Try this reference : IIS Manager

    0 讨论(0)
  • 2021-01-30 07:05

    This worked for me and it's easy..

    1. Hover over IIS taskbar icon.
    2. Right click on miniature popup.
    3. Click on Maximize.
    0 讨论(0)
  • 2021-01-30 07:05

    I got the same issue with my iismngr.

    But I didn't had the "move" button available, I clicked on "Extend" and the windows showed up.

    Feel so dumb...

    0 讨论(0)
  • 2021-01-30 07:08

    Got the answer from this link.

    0 讨论(0)
提交回复
热议问题