Book description
ASP in a Nutshell provides the high-quality reference documentation that web application developers really need to create effective Active Server Pages. It focuses on how features are used in a real application and highlights little-known or undocumented features. This book also includes an overview of the interaction between the latest release of Internet Information Server (version 5) and ASP 3.0, with an introduction to the IIS object model and the objects it comprises. The examples shown in this section and throughout the book are illustrated in VBScript. The main components of this book are:
Active Server Pages Introduction. Brief overview of the ASP application paradigm with examples in VBScript. Also included is an introduction to Microsoft's Internet Information Server 5.0, the IIS object model, and the objects that it comprises.
Object Reference. Each object is discussed in the following manner: descriptions, properties, collections, methods, events, accessory files/required DLLs, and remarks, including real-world uses, tips and tricks, and author's experience (where applicable). The objects--Application, Response, Request, Server, Session, ObjectContext, and ASPError, as well as ASP Directives, Global.ASA, and Server-Side Includes--all follow this paradigm.
Component Reference. This section follows the same paradigm found in Object Reference. The discussion covers all of the additional components included with IIS, such as ActiveX Data Objects, the Ad Rotator, the Browser capabilities component, the File System Object, and more.
Appendixes. Gives examples in one or two objects and components using Perl, REXX, and Python in ASP.
Like other books in the "In a Nutshell" series this book offers the facts, including critical background information, in a no-nonsense manner that users will refer to again and again. It is a detailed reference that enables even experienced web developers to advance their ASP applications to new levels.
Table of contents
- ASP in a Nutshell, 2nd Edition
- A Note Regarding Supplemental Files
- Preface
- I. Introduction to Active Server Pages
-
II. Object Reference
- 4. Application Object
- 5. ASPError Object
- 6. ObjectContext Object
- 7. Request Object
- 8. Response Object
- 9. Server Object
- 10. Session Object
- 11. Preprocessing Directives, Server-Side Includes, and GLOBAL.ASA
-
III. Installable Component Reference
-
12. ActiveX Data Objects 2.6
- 12.1. Accessory Files/Required DLL Files
- 12.2. Instantiating Active Data Objects
- 12.3. Comments/Troubleshooting
- 12.4. Object Model
-
12.5. Properties Reference
- AbsolutePosition (Recordset Object)
- ActiveConnection (Command, Recordset Objects)
- BOF (Recordset Object)
- CommandText (Command Object)
- CommandTimeout (Command, Connection Objects)
- CommandType (Command Object)
- ConnectionString (Connection Object)
- ConnectionTimeout (Connection Object)
- CursorType (Recordset Object)
- Description (Error Object)
- EOF (Recordset Object)
- Filter (Command, Recordset Objects)
- MaxRecords (Recordset Object)
- Name (Command, Field, Parameter, Property Objects)
- Number (Error Object)
- RecordCount (Recordset Object)
- Source (Error Object)
- Source (Recordset Object)
- 12.6. Collections Reference
-
12.7. Methods Reference
- AddNew (Recordset Object)
- Clone (Recordset Object)
- Close (Connection Object, Recordset Object)
- Delete (Parameter Object, Recordset Object)
- Execute (Command Object)
- Execute (Connection Object)
- Move (Recordset Object)
- MoveFirst, MoveLast, MoveNext, MovePrevious (Recordset Object)
- NextRecordset (Command Object, Recordset Object)
- Open (Connection Object)
- Open (Recordset Object)
- Requery (Recordset Object)
- Resync (Recordset Object)
- Supports (Recordset Object)
- Update (Command Object, Recordset Object)
- 13. Ad Rotator Component
- 14. Browser Capabilities Component
- 15. Collaboration Data Objects for Windows NT Server
- 16. Content Linking Component
- 17. Content Rotator Component
- 18. Counters Component
-
19. File Access Component
- 19.1. Accessory Files/Required DLL Files
- 19.2. Instantiating Installable Components
- 19.3. Comments/Troubleshooting
- 19.4. Object Model
-
19.5. Properties Reference
- AtEndOfLine (TextStream Object)
- AtEndOfStream (TextStream Object)
- Attributes (File Object, Folder Object)
- AvailableSpace (Drive Object)
- DateCreated (File Object, Folder Object)
- Drive (File Object, Folder Object)
- FileSystem (Drive Object)
- IsReady (Drive Object)
- IsRootFolder (Folder Object)
- ParentFolder (File Object, Folder Object)
-
19.6. Methods Reference
- Close (TextStream Object)
- Copy (File Object, Folder Object)
- CopyFolder (FileSystemObject Object)
- CreateFolder (FileSystemObject Object)
- Delete (File Object, Folder Object)
- GetBaseName (FileSystemObject Object)
- GetParentFolderName (FileSystemObject Object)
- GetSpecialFolder (FileSystemObject Object)
- MoveFolder (FileSystemObject Object)
- OpenAsTextStream (File Object)
- ReadLine (TextStream Object)
- Write (TextStream Object)
- WriteLine (TextStream Object)
- 20. Logging Utility Component
- 21. MyInfo Component
- 22. Page Counter Component
- 23. Permission Checker Component
- 24. Tools Component
-
12. ActiveX Data Objects 2.6
- IV. Appendixes
- Colophon
- Copyright
Product information
- Title: ASP in a Nutshell, 2nd Edition
- Author(s):
- Release date: July 2000
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781565928435
You might also like
book
40 Algorithms Every Programmer Should Know
Learn algorithms for solving classic computer science problems with this concise guide covering everything from fundamental …
book
Head First Design Patterns, 2nd Edition
You know you don’t want to reinvent the wheel, so you look to design patterns—the lessons …
book
Software Engineering at Google
Today, software engineers need to know not only how to program effectively but also how to …
book
Fundamentals of Software Architecture
Salary surveys worldwide regularly place software architect in the top 10 best jobs, yet no real …