An Active Server Pages Tutorial, Part 1 New Hampshire

In a two-part introduction to the basics of plain ASP, the author walks you through the steps needed to employ scripts for creating dynamic Web pages.

Local Companies

Easy Street Interactive
603-682-3625
Manchester, NH
Muldowney Arts, LLC
603-897-5013
16 Swift Lane
Merrimack, NH
Whitemountain Webarts
(603) 485-4485
25 Bert St
Hooksett, NH
Bogart Computing, LLC
603-429-1842
15 Center St.
Litchfield, NH
Acorn Creative
(603) 524-8131
831 Union Ave
Laconia, NH
AutoSiteBuilder
(603) 432-6039
P.O. Box 120
East Derry, NH
Bill Schick Design
617 515 1797
120 Coburn Woods
Nashua, NH
ma Cyber Solutions
603-315-4987
101 Ginger Dr
Goffstown, NH
Alta Vista Business Services
603-630-1623
152 Gordon Hill Road
New Hampton, NH
Clobeca Web Design Studio
603-494-9775
136 Old Rochester Road
Somersworth, NH

provided by: 
Originally published at Internet.com


SESSION 1

Introduction to Active Server Pages



Active Server Pages (ASP) is one of the most exciting and interesting Internet technologies ever created by Microsoft. With ASP, developers can build dynamic websites very easily. A script running on the server receives a request from the client and generates a customized HTML page, which will be returned to the client. ASP is available with Microsoft IIS (Internet Information Server). It is available only with the Windows NT operating system. If you are using Windows 98 or 2000, you can use Microsoft Personal Web Server to test your ASP scripts.
Overall Working of an ASP Page
1. Server receives the request for the ASP Page from the client 2. Server loads the ASP Page and executes the Script and HTML in the page. 3. A new HTML page is generated 4. It is then returned to the user and viewed in the browser.

Since pure HTML is generated, it obviously works on browsers such as Internet Explorer and Netscape.
How to Write an ASP Page


The script in an ASP page can be written by using Visual Basic Script, JavaScript, or JScript (or ECMAScript). JScript is the Microsoft Version of JavaScript. You should use Notepad or any other text editor to write your code. The most ideal tool for coding ASP is Microsoft Visual Interdev. After typing your code, you should save the file with the extension .asp if you use Notepad. If you are using Microsoft Visual Interdev, your .asp file is automatically saved as a .asp file. (See the end of this Session for more information about this tool.) ...

Read article at Internet.com site

Featured Local Company

AutoSiteBuilder

(603) 432-6039
P.O. Box 120
East Derry, NH


Topics: 
Architecture & Design Languages & Tools Project Management Web Services
Database Microsoft & .NET Security Wireless
Java Open Source Techniques XML