What are the six objects in Classic ASP that still exist in .NET
What are the six objects in Classic ASP that still exist in .NET
| Answer | Request object
The request object is used to gather information about HTTP request actioned by a form post or get. Data contained in the form or querystring or headers for the HTTP request.
Response Object
The Response Object contains data about cookies, redirection headers and
Session Object
The session object still exists and every time a user connects a session object stays in scope until the time-out form last request. Session can be used to store information about users
Application object.
Application object are application specific scoped for application as opposed to the user
Object Context
COM+ transaction
Server Object
Catch all object i.e utility object with methods ie server.createobject("ProgId"). Not efficient but it is the way ASP handled external objects.
Other examples are server.mappath etc.
|
| Attachments | -none- |
| Applies to versions | |
| FAQ Provided By | Steven Charles Robinson |
| Credit | |
 |  |
|
|