简体   繁体   English

无法在Windows 8.1上安装iis管理器

[英]Unable to install iis manager on windows 8.1

I get an error while trying to install IIS manager from "Turn on off windows features" on a windows 8 machine. 尝试从Windows 8计算机上的“打开Windows功能”安装IIS管理器时出现错误。 Just before trying to install this I install Visual Studio community online and rebooted my machine. 在尝试安装此组件之前,我在线安装了Visual Studio社区并重新启动了计算机。 Visual Studio works fine. Visual Studio工作正常。

I also made sure all updates are installed on my machine and also rebooted and tried installing IIS manager. 我还确保所有更新都已安装在我的计算机上,并且也已重新引导并尝试安装IIS管理器。

The error that I get is "The function attempted to use a name that is reserved for use by another transaction" 我得到的错误是“该函数试图使用保留给另一个事务使用的名称”

Thanks Ranjith 谢谢兰吉斯

在安装IIS之前,请尝试关闭防病毒软件。

I had the same problem and spent hours trying to find out the root cause. 我遇到了同样的问题,花了数小时试图找出根本原因。 Tried to disable anti virus and other options as discussed in forums on the internet. 尝试禁用反病毒和其他选项,如Internet论坛上所讨论。

Here is how i resolved the problem. 这是我解决问题的方法。

Open up msconfig -> go to boot tab -> select Safe boot (Minimal) -> Apply -> Okay 打开msconfig->进入启动选项卡->选择安全启动(最小)->应用->确定

在此处输入图片说明

Your machine should restart in safe mode and you should be able to successfully install IIS from the "Turn Windows Feature On/Off" section as described by others. 您的计算机应以安全模式重新启动,并且应该能够按照其他人的说明,从“打开/关闭Windows功能”部分中成功安装IIS。

After the installation is complete, run msconfig again to unselected Safe boot so that you log in to the normal desktop environment on restart. 安装完成后,再次运行msconfig以取消选择安全启动,以便在重新启动时登录到正常的桌面环境。 Enjoy! 请享用!

Just now i also faced that problem and this is how fixed the problem. 刚才我也遇到了这个问题,这就是解决问题的方法。

The reason can be another server which running on your pc, is using the same port as IIS. 原因可能是您的计算机上正在运行的另一台服务器使用的是与IIS相同的端口。 (eg: 80 or 8080). (例如:80或8080)。

According to my solution, I started the wampserver. 根据我的解决方案,我启动了wampserver。 then click on wamp icon on the task bar. 然后单击任务栏上的wamp图标。 then opened the httpd.conf file from Apache. 然后从Apache打开httpd.conf文件。

find (ctrl+F) the "Listen 80" and replace it to "Listen 8080" or any other. 找到(ctrl + F)“侦听80”并将其替换为“侦听8080”或其他任何内容。 save it. 保存。

restart your pc and try to install the IIS manager again. 重新启动您的PC,然后尝试再次安装IIS管理器。

hope it will works!! 希望能成功!! Good luck. 祝好运。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM