






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
E-Commerce is a growing and dynamic field. It is of special concern for the IT students. Following are the fundamental aspects of these Lecture Slides : Object Model Introduction, Active Server, Pages, Web Programming, Model Introduction, Response Object, Request Object, Context Object, Intrinsic Objects, Collects
Typology: Slides
1 / 11
This page cannot be seen from the preview
Don't miss anything!







ASP Example
/title
ASP Example
/title
From Prof. Server Pages (WROX) p. 83
Client
Response^ Request ObjectContext
ServerObject ApplicationObject SessionObject
-^ ASP can be programmed using many languages.•^ Microsoft's VBScript and JScript ship with IIS.•^ ASP assumes VBScript unless otherwise indicated.Best practice is to always specify. - Set a page default
-^ Relatively simple programming model.•^ Can script in many different languages.•^ Server-side functionality allows creation of"browser neutral" web pages.•^ Mixed HTML/Script works well for web-orienteddevelopers.•^ Ported to many non-Microsoft platforms.
-^ No design-time compiling - Fixes/enhancementsavailable immediately.•^ VBScript language leverages VB skills.•^ Scales very well to moderate-sized sites.•^ Used by many developers--many help resources.•^ Free with NT Server.
-^ Request - Exposes what client sent to server.•^ Response - Collects output back to client.•^ Application - Represents the ASP page itself.•^ Session - represents a continuity of connection.•^ Server - provides services to the application.•^ ObjectContext - For MTX and transactions.