Student Menu. © Lesson 4. Printable layout. Links won't function in print.
Notes
Section
|
Main
Text
|
Module 4.0 |
Error Handling. Remembering the following suggestions will help make debugging and ASP error handling much easier: 1. Use Option Explicit to avoid losing time due to typographic errors during development, but remove it afterwards to prevent any performance loss. 2. Use include files and sub routines as much as possible to recycle code.
3. Keep the distinctions between client-side and server-side
scripting clear. 5. Comment your code! Comment your code!
Please read, outline and paraphrase Chapter Nine. Work the Try It Out project for
error handling with your own code if possible. |
|
2. The FileSystemObject Object allows for the viewing and
manipulation of directories (folders) and files on a web server's physical
file system. Its object model has the following hierarchy:
2.1. Drive Object - Forms the Drives Collection and contains information about individual drives on the web server including space available, volume name, file system type or root folder reference.
3. The TextStream Object lets you read and write information to text
files stored on the web server. It has three methods of access:
Please read, outline and paraphrase Chapter Ten and review Appendix
B in the course textbook. Work the Try It Out project for the
Scripting Object with your own code if possible. |
Module 4.2 |
Exercise 4.
|
Module 4.3 |
Quiz 4.
|