What Is ASP?: On The Web Server
What Is ASP?: On The Web Server
VBScript ASP
• Request
• Response
• Server
• Application
• Session
ASP Components
Response
Application
Session
What Does ASP Look Like
in Action?
What Does ASP Look Like
in Action?
• Personal Preferences
Microsoft FrontPage
Allaire HomeSite
• Other Tools
Microsoft Access
Visual Basic
Microsoft Visual InterDev
Visual Studio .NET
Other Non-Microsoft Tools (never used them)
“ASP Page” vs.
“ASP Application”
• An ASP page
Needs the .ASP file extension to indicate to
the server that there is code the server must
interpret
A series of commands on one page
• An ASP application is a series of pages
that are linked together through code and
the content linking component to function
as a logical unit
“ASP Page” vs.
“ASP Application”
• ObjectWatch Newsletter
J2EE versus .NET--The Latest Benchmark
http://www.objectwatch.com/issue_42.htm
• Conclusion: ASP/.NET technology
Hardware/Software infrastructure is LESS
Development time is SHORTER
Development cost is LESS
Administrative cost is LESS
Application performance is FASTER and can
absorb HIGHER TRAFFIC
ASP Doesn’t Work with
Client-Side Scripting
• ASP Pages
Chapter Contacts
OCSTC Home Page
• ASP Applications
Chapter Meetings
Job Information
• ASP and XML
XML assignment
Conclusion: ASP and the
Technical Communicator
• Consider this
Private Sub Madness ()
Call Method
End Sub
• Translation?
“There’s a Method in the Madness”
A Final Thought—2...