TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: HTML vs. ASP From:"Huber, Mike" <mrhuber -at- SOFTWARE -dot- ROCKWELL -dot- COM> Date:Mon, 29 Sep 1997 16:01:35 -0500
It's not just a difference of format, but of what it is. HTML is the
thing itself, ASP is a definition of how the server is to generate HTML.
When a server receives a request for an HTML, it sends the literal
contents of the HTML file. When a server receives a request for an ASP,
it processes the ASP and generates the specified HTML code, which it
sends to the client.
Put another way, the client never receives ASP code, always HTML.
HTML is a document, ASP is a program.
ASP can do lots of cool things, but you (as an author) need more control
over the server. ASP (like CGI) allows you to do "server-side"
processing.
Mike Huber
mike -dot- huber -at- software -dot- rockwell -dot- com
>-----Original Message-----
>From: Meredith Armour [SMTP:Meredith -dot- Armour -at- MCI -dot- Com]
>Sent: Monday, September 29, 1997 3:14 PM
>To: TECHWR-L -at- LISTSERV -dot- OKSTATE -dot- EDU
>Subject: HTML vs. ASP
>
>Greetings-
>
>What can anyone tell me concerning ASP (Active Server Pages), and the code
>involved in making them. The "owner" of one of the projects my group is
>working on has recently asked us to create our help in this format, as
>opposed to HTML. None of us is particularly familiar with ASP. We were told
>that saving our files in the .asp format instead of .html would solve our
>problem, and no new coding would need to be learned. True/ false? Looking
>for on-line resources as well as any tips you may have.
>
>Thanks in advance for any and all help concerning,
>
>Meredith Armour
>Meredith -dot- Armour -at- mci -dot- com
>
> TECHWR-L (Technical Communication) List Information: To send a message
>to 2500+ readers, e-mail to TECHWR-L -at- LISTSERV -dot- OKSTATE -dot- EDU -dot- Send commands
> to LISTSERV -at- LISTSERV -dot- OKSTATE -dot- EDU (e.g. HELP or SIGNOFF TECHWR-L).
> Search the archives at http://www.documentation.com/ or search and
>browse the archives at http://listserv.okstate.edu/archives/techwr-l.html
TECHWR-L (Technical Communication) List Information: To send a message
to 2500+ readers, e-mail to TECHWR-L -at- LISTSERV -dot- OKSTATE -dot- EDU -dot- Send commands
to LISTSERV -at- LISTSERV -dot- OKSTATE -dot- EDU (e.g. HELP or SIGNOFF TECHWR-L).
Search the archives at http://www.documentation.com/ or search and
browse the archives at http://listserv.okstate.edu/archives/techwr-l.html