服务器的主目录.pptVIP

  • 12
  • 0
  • 约2.6千字
  • 约 18页
  • 2017-01-28 发布于海南
  • 举报
服务器的主目录

服务器的主目录 / 主目录:c:\Inetpub\wwwroot 结果:c:\Inetpub\wwwroot\index.html 其中,index.html是默认文件 /business1/1.htm c:\Inetpub\wwwroot\business1\1.htm 服务器的五大对象(ASP) Server 访问服务器功能 Application 应用的所有用户共享信息集合 Session 特定用户的信息集合 Request 接收来自浏览器的请求和参数 Response 发回输出到浏览器 服务器的输入 -- Request Form name=frm method=“POST” ACTION = “/search.asp?area=china” INPUT type=“TEXT” name=“usr” VALUE=“3” /Form Request.QueryString (“area”) GET Request. Form (“usr”) POST Request(“usr”) 兼容GET,POST 服务器的输出 -- Response 服务器端脚本标记%Statement% Response.ContentType % Response.ContentType = text/HTML % % Response.Content

文档评论(0)

1亿VIP精品文档

相关文档