Active Server Pages (ASP)
Active Server Pages (ASP)
What is ASP?
Active Server Pages also known as Classic ASP or ASP
Classic.
ASP is a Microsoft's first server-side script
engine for dynamically-generated web pages.
Initially released as an add-on to Internet Information
Server/Services (IIS) via the Windows NT 4.0 Option
Pack (1998) .
Then subsequently included as a free component of
Windows Server (since the initial release of Windows 2000
Server)
ASP is a program that runs inside IIS
(Internet Information Server/Services)
A series of objects and components that are executed on
the web server.
A Control of how content is generated from the server to the
browsers (client-server communication)
An ASP file
An ASP file is just the same as an HTML
file
An ASP file can contain text, HTML, XML,
and scripts
Scripts in an ASP file are executed on the
server
An ASP file has the file extension ".asp"
Internet Information Server (IIS)
Visual Basic
VBScript ASP
Response
Application
Session
ASP Objects
ASP Objects
Request
Response
Server
Application
Session
ASP Components
ASP Components
Scripting Objects Component
ADO (ActiveX Data Objects) Component
Ad Rotator Component
Browser Capabilities Component
Content Linking Component
Major Sites Using ASP
Microsoft
www.microsoft.com
NASDAQ
www.nasdaq.com
Beckman Coulter
www.beckmancoulter.com
PC-Mac Connection
www.pcconnection.com
Ticketmaster
www.ticketmaster.com
State Farm and Allstate Ins. Companies
www.statefarm.com / www.allstate.com
Installing IIS
How to Install IIS on Windows XP and Windows 2000