   The project is made by ASP with Access. there are files upload, Email and ODBC component.
If you want to run it well, you must install them and set some paremeters. If your computer
not a server in Internet or you want to run it in a local net, it can run also.

Web server
   ASP can run in Web server only, so your computer must be install. Different OS have 
different Web server application.
       Windows NT/2000 Server:
                   Internet Information System (IIS)
                   When you install system, it is option in your original CD
       Windows 2000 professional:
                   Internet Information System (IIS)
                   Put your original CD in CD-ROM, choose Add-ons
       Windows 98/me:
                   Personal Web Server  (PWS)
                   Put your original CD in CD-ROM, choose Add-ons

 ------------- More information: Microsoft Web Site ---------------            


Program
   Unzip "Exam.zip" copy all files to your wwwroot directory. There are three files 
in "database" folder. "ExamPaper.xls" is exampaper that teachers upload. 
"EXAM.MDB" were the system database. "ASPEmail.exe" is Email component.


ODBC
   For Data protect, suggest move "database" to another directory. Programs use ODBC 
call "Database", so ODBC is important.
----------------------------------------------------------------------------------  
|                                        |  User Data source  |  Data source Name|
----------------------------------------------------------------------------------
|"Exampaper.xls" file in "Paper" folder  |    Excel files     |      Paper       |
---------------------------------------------------------------------------------
|"EXAM.mdb"    file in "Database"folder  |    MS Access Files |      EXAM        |
----------------------------------------------------------------------------------

 ------------- More information: Windows User's Manual ---------------

Email
  When users forget their username and password, system will mail informations automatically.
ASPEmail is a freeware, run "ASPEmail.EXE" will install and registery automatically.

-------------- More information: WWW.ASPEMAIL.COM      ---------------

SelfUpload
  When teachers upload exampapers, will use 'SelfUpload' were freeware. Copy 'SelfUpload.DLL'
from 'ASPUpload' folder to 'C:\Windows\System32'. Run registery in dos mode, keyin 
 'C:\windows\system32\regsrv32  c:\windows\system32\Selfupload.dll' .

Modify paremeter
  Different user and different computer have different paremeter.
          Administrator: 
                         open "EXMA.mdb", in table "members", create administrator data
                         Important: field "membertype"="admin"
          
          Upload exampaper directory: 
                         edit "Upload.asp" line 13. 
                         result=objupload.doupload(1000000,"C:\paper",........)
                  change "C:\paper" tos your real directory
          
          administrator Email Address:
                         edit "mailpass" line 26,27
                         objmail.host="msa.hinet.net"
                         objmail.from="free.shadow@msa.hinet.net"
                  change them to your host and email address
               
 The system have not any title and background pictures. You can modify them.
                        
                         Login.asp:   System login page
                         Admin.asp:   administrator page
                         Teacher.asp: Teacher page
                         Student.asp: Student page
                         Upload.asp:  Upload exampaper and into database
                         Exam.asp:    student exam page
                         Examend.asp: After student exam, evaluate score
                         SetExam.asp: Teacher set exam start, end or get score table
                         mailpass.asp:Email username and password
                         newuser.asp: create new user data    

Copyright 2002, Shadow Lee
My EmailAddress : freeshadowkimo@yahoo.com.tw
               Test Site  : http://exam.e-dog.com.tw/
             Teacher Name : Tom     Password : 1234 
             Exampaper No : BCC01
       student membertype : 203    (Register yourself)
                                 