Falcore4 wrote on 20 nov 2003 in
microsoft.public.inetserver.asp.general:
Can someone tell me what's involved in creating an ASP?
ASP was created by Microsoft long time ago, so recreating that should
only be done for recreational purposes.
I need to create a web page
If you mean an HTML page with serverside code content, written in
vbscript or jscript, readable by an ASP interpreter:
You need to have a server with that interpreter. Probably starting pf
with XPprof or a ISP account sterver that has ASP functionality.
You need to read up on VBScript or Jscript and serverside procedures.
where users can check their past history of the account.
You need to define "account" and have a logon procedure, perhaps a
database to save the account data.
You have to define and register what you want in the history and probably
put that in a/the database.
You have to make the requested page where the user can read that history.
=============
Perhaps it is better to play around with anonymous ASP vbscript coded
pages first. And learn ..
ASP is not that difficult. Even I can use it.