Presented By: Yu, Zhu Time:2003.10.20
Presented By: Yu, Zhu Time:2003.10.20
Outline
The introduction of ASP
Why we choose ASP
How ASP works
Basic syntax rule of ASP
ASPS object model
An example of ASP (management system of chat
room)
Limitations of ASP
Summary
Introduction
What is the ASP
ASP (Active Server Pages) is a technology
developed by Microsoft. Pages using ASP are
primarily developed in JavaScript, VBScript , or
PerlScript and are integrated into the HTML of
your Web pages. The ASP code is compiled by the
server and the resulting output is standard HTML.
By using ASP, Web pages can be dynamic, full of
ever-changing content, and browser independent
Introduction (Cont.)
Here's the official word from the Microsoft site:
"Active Server Pages is an open, compile-free
application environment in which you can combine
HTML, scripts, and ActiveX server components to
create dynamic and powerful Web-based business
solutions. Active Server Pages enables server-side
scripting for IIS with native support for both
VBScript and Jscript." and the highest version of
IIS is IIS 5.0
Request Object
2. Response Object
3. Server Object
4. Session Object
5. Application Objects
An example of ASP
A management
An example of ASP
Limitations of ASP
Summary
Reference
http://www.asp101.com/
http://www.aspin.com/
http://www.powerasp.com/
http://hotwired.lycos.com/webmonkey/98/39/index2a.html
http://www.asp-help.com/
http://www.webopedia.com/TERM/A/Active_Server_Pages.
html
http://www.aspronline.com/
http://www.oreilly.com/catalog/designasp/
http://www.codefixer.com/tutorials/how_asp_works.asp