IIS 管理器正在运行,但 Windows 7 中未显示 Window
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/21299838/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
IIS Manager is working but Window is not showing up in Windows 7
提问by Abhijeet
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.
我的机器上没有显示 IIS 管理器窗口。它在任务栏中可见,但是当我单击它时,它没有打开或显示。它以前可以工作,但突然停止了。
My system Details are:
我的系统详细信息是:
- Windows 7 64 bit
- IIS Manager version 7.5
- 视窗 7 64 位
- IIS 管理器 7.5 版
回答by Nishantha
This worked for me and it's easy..
这对我有用,而且很容易..
- Hover over IIS taskbar icon.
- Right click on miniature popup.
- Click on Maximize.
- 将鼠标悬停在 IIS 任务栏图标上。
- 右键单击微型弹出窗口。
- 单击最大化。
回答by D. Squire
In a command prompt:
C:\Windows\System32\inetsrv\Inetmgr.exe /reset
在命令提示符中:
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.
当我打开 IIS 管理器并且我有两台显示器时,会出现此问题,然后尝试通过 RDP 仅使用一台显示器再次打开它。使用此重置命令为我修复了它。
This works on RDP sessions which do not preview the window from the taskbar and thus cannot perform Abhijeet's steps.
这适用于不从任务栏预览窗口的 RDP 会话,因此无法执行 Abhijeet 的步骤。
回答by Vaibhav Jain
It should be in C:\Windows\System32\inetsrv
.
它应该在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 应该是其中之一。如果您展开选择,则有一个选项可以打开和关闭管理工具。
IIS Management Console should be checked.
应检查 IIS 管理控制台。
OR
或者
Open the Command Prompt and type Iisreset /noforce
打开命令提示符并键入 Iisreset /noforce
If this errors out IIS wasnt installed correctly or was not installed at all.
如果出现此错误,则 IIS 未正确安装或根本未安装。
Try this reference : IIS Manager
试试这个参考:IIS 管理器