asp

7

Click here to load reader

Upload: fred-rodriguez

Post on 26-Jun-2015

454 views

Category:

Business


0 download

TRANSCRIPT

Page 1: Asp

Active Server Pages

Fred Rodriguez

Texas Agricultural Extension Service

May 22, 2000

Page 2: Asp

What it is….

• Active Server Pages is an open, compile-free application environment in which you can combine HTML, scripts, and reusable 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.

• A Microsoft controlled product

• A development system for several environments (Unix, Windows, Linux, Novell, etc)

Page 3: Asp

What it is not…

• A silver bullet to solve all of your web development problems.

• The only or best scripting system

• Open or Non-proprietary

Page 4: Asp

Application Generator for Non-Programmers

Page 5: Asp

Object Model

O b je c ts

S c re e n S e c tio ns

S c re e ns

A p p lica tio ns

Page 6: Asp

HTML-less Web Pages

<%@ LANGUAGE = VBScript %>

<!--#include virtual="/scripts/subroutines_Globals_99BB.vbs"-->

<!--#include virtual="/scripts/subroutines_HTML_99BC.vbs"-->

<!--#include virtual="/scripts/subroutines_Database_99BC.vbs"-->

<!--#include virtual="/scripts/subroutines_Utilities_99BB.vbs"-->

<%

Global_Debug_Level = 0

Global_Application_ID = 0

Sub_Generate_HTML Parm_Message

%>

Page 7: Asp

An Example

Buckle Up