Active Server Objects

text zoom
The Active Server Object Model consists of six intrinsic objects. These objects do not need to be created before they are used.


   1. Application object - application wide data

   2. Request object - data sent from client to server

   3. Response object - data sent from server to client

   4. Session object - user specific data

   5. Server object - extending IIS with custom components

   6. ObjectContext object - makes pages part of a transaction
                    

Copyright © 2010 VisualBuilder. All rights reserved