博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Windows Server 2008 IIS 安装和文件的web share
阅读量:5264 次
发布时间:2019-06-14

本文共 706 字,大约阅读时间需要 2 分钟。

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系统文件共享参看:

完!

 

转载于:https://www.cnblogs.com/itech/archive/2010/11/22/1884037.html

你可能感兴趣的文章
css & input type & search icon
查看>>
源代码的下载和编译读后感
查看>>
Kafka学习笔记
查看>>
Octotree Chrome安装与使用方法
查看>>
Windows 环境下基于 Redis 的 Celery 任务调度模块的实现
查看>>
趣谈Java变量的可见性问题
查看>>
C# 强制关闭当前程序进程(完全Kill掉不留痕迹)
查看>>
ssm框架之将数据库的数据导入导出为excel文件
查看>>
语音识别中的MFCC的提取原理和MATLAB实现
查看>>
验证组件FluentValidation的使用示例
查看>>
0320-学习进度条
查看>>
解决windows系统的oracle数据库不能启动ora-00119和ora-00130的问题
查看>>
ip相关问题解答
查看>>
MetaWeblog API Test
查看>>
反弹SHELL
查看>>
关闭Chrome浏览器的自动更新和升级提示
查看>>
移动、尺寸改变
查看>>
poj2255Tree Recovery【二叉树重构】
查看>>
tcpcopy 流量复制工具
查看>>
vue和react的区别
查看>>