IIS 管理器正在工作,但 Windows 7中没有显示窗口

“ IIS 管理器”窗口在我的计算机中没有显示。它在任务栏中可见,但是当我点击它时,它没有打开或显示。它以前是工作的,但是突然停止了。

我的系统详情如下:

  • Windows 764位
  • IIS 管理器7.5版
64592 次浏览

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

This worked for me and it's easy..

  1. Hover over IIS taskbar icon.
  2. Right click on miniature popup.
  3. Click on Maximize.

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.

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...