Roger Luo

超越梦想一起飞
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

IIS setup on windows server 2008

Posted on 2013-05-29 15:52  Roger Luo  阅读(215)  评论(0编辑  收藏  举报

1. search “server manager”

Picture 2013-05-29 15_42_52

2. Choose “Roles” and then click “Add Feature”

Picture 2013-05-29 15_44_10

3. choose “Web Server”

Picture 2013-05-29 15_44_56

4. choose your wanted application

Picture 2013-05-29 15_46_56

5. keep on clicking next button

Picture 2013-05-29 15_49_47

6. basically, you will get successful message.

Picture 2013-05-29 15_51_26

7. add virtual directory

right click “Default web sites” and then click “add virtual directory”

Picture 2013-06-17 17_23_03

8. Fill the form for the alias name and physical path

Picture 2013-06-17 17_24_59

in this example, you can access the web site on browser by input “http://localhost/Test” or “http://127.0.0.1/Test” or “http://YourIP/Test”

9. If you want to force see the files like explorer, choose the virtual directory you just added and then click the “Directory Browseing” under the “IIS” section. And “enable” it.

Picture 2013-06-17 17_29_14

10. if you want to support more MIME type, such as you want to make .ini file could be downloaded from your virtual directory.

choose the vd and then click “MIME types” and then click “add…”, like this.

Picture 2013-06-17 17_32_41

11. save and then restart your default web sites in order to make the configuration active.