sdchy 发表于 2015-5-1 08:15:19

Windows Server 2008 IIS 安装和文件的web share

  Windows Server 2008 IIS 安装
  computer -> 右键中manage(打开Server Manager)-> Roles -> Web Server(IIS) -> Add Role Services,如下图:

  
  Windows Server 2008 的文件的web share
  在Control Panel\All Control Panel Items\Administrative Tools\Internet Information Services (IIS) Manager中,确保IIS已经启动。然后执行如下操作:
  1)确保默认的application pool 正常运行

  2)增加要web share的folder为default website的virtual directory,例如virtual directory为logs

  3)enable directory browsing,例如为virtual directory为logs设置enable directory browsing

  4)增加对要web share的folder下文件类型的支持,例如为virtual directory为logs下的.log文件类型的支持

  5)浏览web share的文件夹和文件,可以在其他的机器上通过web browse来查看此共享,例如为查看virtual directory为logs如下
  
  其他windows系统文件共享参看:http://www.iyunv.com/itech/archive/2010/01/26/1656514.html
  完!
  
页: [1]
查看完整版本: Windows Server 2008 IIS 安装和文件的web share