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

WindowsIis 7

Windows Problem Overview


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

My system Details are:

  • Windows 7 64 bit
  • IIS Manager version 7.5

Windows Solutions


Solution 1 - Windows

This worked for me and it's easy..

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

Solution 2 - Windows

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.

Solution 3 - Windows

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

Solution 4 - Windows

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

Solution 5 - Windows

In my case, the IIS process was running, but the IIS Management window was not showing.

Click on the taskbar IIS -> Right-click on the thumbnail of the screen -> Click on the Maximize option.

It happens if you use multiple monitors.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAbhijeetView Question on Stackoverflow
Solution 1 - WindowsNishanthaView Answer on Stackoverflow
Solution 2 - WindowsD. SquireView Answer on Stackoverflow
Solution 3 - WindowsVaibhav JainView Answer on Stackoverflow
Solution 4 - WindowsSrounsrounView Answer on Stackoverflow
Solution 5 - WindowsShemeemsha R AView Answer on Stackoverflow