Creating an ASP

F

Falcore4

Can someone tell me what's involved in creating an ASP? I
need to create a web page where users can check their past
history of the account.

Thanks
 
E

Evertjan.

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.
 
J

Jeff Cochran

Can someone tell me what's involved in creating an ASP? I
need to create a web page where users can check their past
history of the account.

1) If you need this page anytime soon, hire it done. Your experience
level is way too low to attempt this if you're asking this basic a
question.

2) Go to:

http://www.learnasp.com/

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,141
Messages
2,570,814
Members
47,358
Latest member
AlexSon

Latest Threads

Top