Chinaunix首页 | 论坛 | 博客
  • 博客访问: 395606
  • 博文数量: 119
  • 博客积分: 25
  • 博客等级: 民兵
  • 技术积分: 1061
  • 用 户 组: 普通用户
  • 注册时间: 2012-10-14 12:48
个人简介

醉心于技术。

文章分类

全部博文(119)

文章存档

2018年(34)

2016年(1)

2015年(4)

2014年(6)

2013年(74)

我的朋友

分类: Windows平台

2018-09-04 19:31:00


July 7th, 2014

image

One of the first things Web Developers using ASP.NET will want to install on Windows 8 is IIS (Internet Information Services). Windows 8 and Windows 10 ships with a new version of IIS, version 8, lets take a look at installing it.

Note: Windows 10 installs IIS version 10 instead of version 8, for obvious reasons. It’s the same exact process either way.

Installing IIS

Keeping with Microsoft modular design of, uhm, everything these days, IIS in Windows is still an optional “Windows Feature”. To install it, press the Windows + R key combination to bring up a run box, then type appwiz.cpl and press enter.

image

This will open the Program and Features part of Control Panel, on the left hand side click on the “Turn Windows features on or off” link.

image

Now click on the Internet Information Services check box.

image

If you’re a developer you are going to want to expand it and explore the sub-components as well. By default it installs all the stuff needed to host a website, and you are probably going to need some of the more developer centric components as well.

image

After clicking OK, this dialog will appear on your screen for a while.

image

When its done, fire up your browser and navigate to localhost.

image

That’s all there is to it.


阅读(1664) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~