Asp Objects

  • Uploaded by: Justin Cook
  • 0
  • 0
  • June 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Asp Objects as PDF for free.

More details

  • Words: 204
  • Pages: 2
ASP OBJECTS: 1. Request Object: The ASP Request object is used to get information from the user. 2. Response Object: The ASP Response object is used to send output to the user from the server 3. Session Object: The Session object is used to store information about, or change settings for a user session. Variables stored in the Session object hold information about one single user, and are available to all pages in one application.

4. Application Object: A group of ASP files that work together to perform some purpose is called an application. The Application object in ASP is used to tie these files together. 5. Server Object: The ASP Server object is used to access properties and methods on the server to provide security.

Transmission 1.HTTP Header: info will be appended to the url 2. Http Msg body: File Stream

1.HTTP Header: info will be appended to the url. This method is called GET method 2.Http Msg body: In this, info is traveled as a file stream this method is called POST method diff: get:

post

1.no security 1. security 2.Max 2kb of data will be 2.Any amount of data travells transferred from 1 web page to another 3.Faster than post 3.slow

Related Documents

Asp Objects
June 2020 27
Objects
November 2019 71
Asp
November 2019 69
Asp
June 2020 51
Asp
November 2019 61

More Documents from ""