ePass1000ND Active Control Demo Program for ASP

1. Overview

	Wellcome to ePass1000ND Active Control demonstration program for ASP.
	The following list shown how to use this demonstration program:
		1. Make the demonstration program work. 
		2. Initialize an ePass1000ND. 
		3. Demonstrate the user authentication procedure. 
	In this documentation, "%SDKDIR%" means the directory you installed ePass1000ND SDK, such as C:\Feitian\ePass1000ND.

2. Make the demonstration program work
(Do this operation at server)

	To use this demonstration program, you must have a web server supported ASP, such as PWS 4.0, IIS 4.0, IIS 5.0, etc. Then make an virtual directory point to the directory contained the ASP demonstration files for this demonstration program.

	In the following explain, we assume you can visit your web server host in web browser by "http://www.myhost.net".
	You can find these ASP demonstration files at %SDKDIR%\Samples\ASP, you should add an virtual directory named "asptest" and point to %SDKDIR%\Samples\ASP in your PWS(or IIS).

	Now you can visit http://www.myhost.net/asptest/index.htm. If you can see this file in the web browser, it's means you had configed your web server correctly. Otherwise, you must read the documentation of your web server and set the virtual directory correctly to make the demonstration program work.

3. Initialize an ePass1000ND
(Do this operation at server)

	To use this demonstration program, you must have an initialized ePass1000ND.

	We offered a tool(epsAspInit.exe) to initialize ePass1000ND. You can find it at %SDKDIR%\Samples\ASP, and you can find the source code at %SDKDIR%\Samples\VC\epsAspInit.

	Attach an ePass1000ND at the USB port, run the epsAspInit.exe in directory %SDKDIR%\Samples\ASP, input Key in "Key" area , then click "OK" button, the tool will create key files for this user and save the key files into ePass1000ND, and it will create a file named "USER.TXT" at the same directory. Remember the password.

4. Demonstrate the user authentication procedure
(Do this operation at client)

	If you had finished the configration of web server and initialized the ePass1000ND, you can do the user authentication procedure now.


		Copyright(C) 2005,Feitian Tech. Co. Ltd.
