zoukankan      html  css  js  c++  java
  • IIS setup on windows server 2008

    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.

  • 相关阅读:
    js 进度条效果
    js切换背景颜色
    div定时放大缩小
    html图片拖放
    网站滑到指定的位置给div添加动画效果
    播放视频
    git (Linux(Centos)安装及使用教程)
    PHP 预定义常量(魔术常量)
    【POJ3254】Corn Fields
    树形DP初探•总结
  • 原文地址:https://www.cnblogs.com/rogerroddick/p/3106121.html
Copyright © 2011-2022 走看看