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/