ok, i've created a text file in which to store usernames and passwords (not able to use a database). Now I'm having trouble writing an ASP login authentication script which searches through the user file and authenticates the username and password accepted from a form.
I've tried using a do while file.AtEndOfStream loop but this doesn't seem to work. Any Ideas?
Thanks