Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

windows

iis-7

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
like image 298
Abhijeet Avatar asked Jan 23 '14 05:01

Abhijeet


People also ask

Can not find Internet Information Services IIS Manager?

Go to Programs > Programs and Features. From the left pane, click on “Turn Windows features on or off“. In the Windows Features window, locate the “Internet Information Services” option. Check the “Internet Information Services” option.

Why can't I see IIS?

Press the Windows Key and type Windows Features, select the first entry Turn Windows Features On or Off. Make sure the box next to IIS is checked. If it is not checked, check it. This might take a few minutes, but this will install everything you need to use IIS.

How do I know if I have IIS installed on Windows 7?

go to Start->Run type inetmgr and press OK. If you get an IIS configuration screen. It is installed, otherwise it isn't. You can also check ControlPanel->Add Remove Programs , Click Add Remove Windows Components and look for IIS in the list of installed components.


2 Answers

This worked for me and it's easy..

  1. Hover over IIS taskbar icon.
  2. Right click on miniature popup.
  3. Click on Maximize.
like image 169
Nishantha Avatar answered Sep 23 '22 06:09

Nishantha


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.

like image 21
D. Squire Avatar answered Sep 22 '22 06:09

D. Squire