Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2342048
  • 博文数量: 816
  • 博客积分: 10000
  • 博客等级: 上将
  • 技术积分: 5010
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-17 17:57
文章分类

全部博文(816)

文章存档

2011年(1)

2008年(815)

分类:

2008-12-17 18:02:52

例如 Windows 2003,在 Control Panel(控制面板的)“Add or Remove Programs (添加删除程序)”里面
→ 选择“Add/Remove Windows Components (增加/删除Windows组件)”
 → 选择“Application Server (应用程序服务器)”,按“Details(详细资料)”
  → 选择“Internet Information Services (IIS)”,按“Details(详细资料)”
   → 选择“World Wide Web Services”,按“Details(详细资料)”
    → 选择“Active Server Pages (ASP 支持)”和“World Wide Web Services (WWW 服务)”
然后都按“OK(确定)”按钮,完成安装,你的电脑就支持 ASP 了。

Control Panel (控制面板) → Administrative Tools (管理工具) → Internet Information Services (IIS) Manager
打开窗口左面的树型结构,找到你的计算机名下面的 Web Sites(网站) → Default Web Site (默认网站)
 → 用鼠标右键点击“Default Web Site (默认网站)”,选择 Properties (属性)
  → 在“Home Directory (主页)”里面选择以下设置:
     A directory located on this computer (本机文件夹)
     Local path (本机路径): 选择你的网页文件(主页)存放的文件夹
     其中Script source access(脚本资源访问)、Read(读取)必须选定,其他默认就可以,为了安全,不要/慎重选择“Write”
     Application Name: Default Application (默认应用程序)
     Execute permissions: Scripts only (仅脚本)
     其他的都使用默认值,不用修改
  → 在“Documents (文档)”页面里面,需要选择“Enable default content page (允许默认主页文件)”
     默认主页文件列表里面清除不需要的文件,添加你的主页的文件名,例如 index.asp
一切都选择“OK确定”就 OK 了

用 这个 URL 来访问你的电脑里面的主页文件,就是在上面说的“Documents (文档)”里面的文件名“index.asp”
然后利用主页的链接,或者 filename.asp 来访问其他网页文件

--------------------next---------------------

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