Building WebApps  «Prev  Next»

Create display ASP Log Records - Exercise

Create and display Log Records

Objective:Write ASP code to write session log records to a file and to display the file.

Scoring


This exercise is worth a total of 10 points. Once you have completed your answer you will submit it.

Background/overview

Download files


order.htm (from the asp-scripts.zip file)

Instructions

Insert code in the order.asp page that will write session level variable information to a log file named 'log.txt'.
The directory in which you place this log file must already exist. Verify your script by opening up your file in NotePad.
Insert code in the a_log.asp page to display the file created in step 1.

Submitting your exercise

Enter your answer into the text box below. Click the Submit button to submit the code.