If you are a developer using ASP.NET, one of the first things you’ll want to install on Windows 7 or Vista is IIS (internet information server). Keep in mind that your version of Windows may not come with IIS. I’m using Windows 7 Ultimate edition.
如果您是使用ASP.NET的开发人员,则要在Windows 7或Vista上安装的第一件事就是IIS(互联网信息服务器)。 请记住,您的Windows版本可能没有IIS。 我正在使用Windows 7旗舰版。
First, go to Control Panel, and then click on Programs. You’ll see a link for “Turn Windows features on or off”
首先,转到“控制面板”,然后单击“程序”。 您会看到“打开或关闭Windows功能”的链接
If you expand the Internet Information Services tree node, you can see that there are a lot of options beneath it. You will probably want to explore these options, because even if you click on IIS, some of the necessary options for doing development aren’t checked.
如果展开“ Internet信息服务”树节点,则可以看到其下面有很多选项。 您可能需要探索这些选项,因为即使您单击IIS,也不会检查某些进行开发的必要选项。
Once you’ve gone ahead and checked the items you want, and clicked OK, you’ll see this dialog for a while….
一旦继续并检查了所需的项目,然后单击“确定”,您将在一段时间内看到此对话框。
Now when you navigate in your browser to localhost, you’ll see the new default page… slick!
现在,当您在浏览器中导航到localhost时,您将看到新的默认页面。
翻译自: https://www.howtogeek.com/howto/windows-vista/how-to-install-iis-on-windows-vista/