450 likes | 698 Views
Objectives. What is ASP?Compare and contrast ASP with standard HTMLCompare ASP to client-side and server-side scripting languagesIdentify how ASP fits into the major current Microsoft language, installed code base, and technology scheme . Objectives (continued). Tools you need to create ASP appl
E N D
1. Introduction to Active Server Pages Presented by,
Jeff Randolph
STC-Berkeley
February 12, 2003
2. Objectives What is ASP?
Compare and contrast ASP with standard HTML
Compare ASP to client-side and server-side scripting languages
Identify how ASP fits into the major current Microsoft language, installed code base, and technology scheme
3. Objectives (continued) Tools you need to create ASP applications
Reference tools
Myths of ASP
Some Major Sites Using ASP
Sample ASP in action
Conclusions and Q & A
4. What is ASP? Active Server Pages
A series of objects and components that are executed on the web server
Uses a suite of technologies that allows dynamically-generated content
Control of how content is generated from the server to the browsers
5. HTML Page Execution