Active Server Pages

Moderators: None (Apply to moderate this forum)
Number of threads: 1763
Number of posts: 4498

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
how do i make a server with ASP? Posted by GameTroy on 20 Nov 2002 at 10:53 AM
hey, what do i need to know to make a server with asp?

Moses 1:39 - "For behold, this is my work and my glory-to bring to pass the immortality and eternal life of man.


-Troy


Report
Re: how do i make a server with ASP? Posted by gnair on 21 Nov 2002 at 6:33 AM
I don't think you have a well formed question. One does not make a server with ASP or any language, other than writing one from scratch in C++ or Java usually as HW assignments in CS and Engineering disciplines (which is a chore but does give deeper insight into how web servers work.)
IIS or PWS are the servers which contain the framework that understand ASP. You get them when you have Win95/98/2000 pro(PWS) or WinNT/2000(IIS).
Hope that helps,
Gary

: hey, what do i need to know to make a server with asp?
:
: Moses 1:39 - "For behold, this is my work and my glory-to bring to pass the immortality and eternal life of man.
:
:
: -Troy
:
:
:

Report
Re: how do i make a server with ASP? Posted by GameTroy on 21 Nov 2002 at 3:42 PM
i meant how do i make a server program for a webpage. i want to make a chat program and save user-submited information onto a web site and post the new information onto a webpage with other user-submited information (sort of like a message board).
i hope this is more specific.



Moses 1:39 - "For behold, this is my work and my glory-to bring to pass the immortality and eternal life of man.


-Troy



Report
Re: how do i make a server with ASP? Posted by gnair on 21 Nov 2002 at 7:28 PM
This is more like a question. The answer is much too large to describe as a one or two paragraph answer. From scratch, you'll need(assumming you really want to learn how to do it properly) have to start with a process flow of your chat room, a diagram that outlines what particular features you want helps(even UML would help here) then assemble the necessary database tables(normalized of course), by the way these should be diagrammed too so you know what you built 6, 9 months down the lines, then begin the process of implementing the process flow diagrams with the UI that users would start with. Then write the ASP scripts, reuse as much as you can using server side includes, keep sessions in mind as your chat users will probably be checking back in from time to time to post messages with short time spans. Also cookies to avsoid having to refill preference information. This is the standard stuff. However, you are in luck, if you visit www.asp101.com under resources, there are pre-built components which have chat rooms already done with test harness ASP scripts that implement them. Take the easy way out, it'll save you lots of hassle(don't worry we call that productivity in the business world)
Hope that helps,
Gary





: i meant how do i make a server program for a webpage. i want to make a chat program and save user-submited information onto a web site and post the new information onto a webpage with other user-submited information (sort of like a message board).
: i hope this is more specific.
:
:
:
: Moses 1:39 - "For behold, this is my work and my glory-to bring to pass the immortality and eternal life of man.
:
:
: -Troy
:
:
:
:




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.