简体   繁体   中英

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. Just before trying to install this I install Visual Studio community online and rebooted my machine. Visual Studio works fine.

I also made sure all updates are installed on my machine and also rebooted and tried installing IIS manager.

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.

Here is how i resolved the problem.

Open up msconfig -> go to boot tab -> select Safe boot (Minimal) -> Apply -> Okay

在此处输入图片说明

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.

After the installation is complete, run msconfig again to unselected Safe boot so that you log in to the normal desktop environment on restart. 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. (eg: 80 or 8080).

According to my solution, I started the wampserver. then click on wamp icon on the task bar. then opened the httpd.conf file from Apache.

find (ctrl+F) the "Listen 80" and replace it to "Listen 8080" or any other. save it.

restart your pc and try to install the IIS manager again.

hope it will works!! Good luck.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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