Vb script asp?

  • Thread starter Thread starter Paul M
  • Start date Start date
P

Paul M

Hi
I am confused
If vb script is the language used to program asp then what is asp?

Paul M
 
The Technology

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Thomas is right.
ASP is the scripting technology used with IIS.

Many people also use the term ASP and ASP script to refer to the VB
script language or code used in pages on IIS when ASP (the technology)
is enabled. But you can also use javascript (MS calls it jscript)
instead if you want to. And if you install certain addons, you can also
use other scripting languages.

...PC
 
That is customary although you can use Javascript too.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
ASP = Active Server Page
Which means the script runs on the server and not the visitors machine.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
It is MS JScript, which is the MS implementation of JavaScript
(not client side JavaScript )
- see http://msdn.microsoft.com/library/d.../script56/html/js56jsconjscriptusersguide.asp

--




| That is customary although you can use Javascript too.
|
| Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
|
| On Sat, 10 Sep 2005 13:12:56 +0100, "Paul M" <[email protected]>
| wrote:
|
| >Thanks Thomas
| >So to learn asp I also need to learn VB Script
| >Paul M
| >| >> The Technology
| >>
| >> --
| >> ==============================================
| >> Thomas A. Rowe (Microsoft MVP - FrontPage)
| >> ==============================================
| >> If you feel your current issue is a results of installing
| >> a Service Pack or security update, please contact
| >> Microsoft Product Support Services:
| >> http://support.microsoft.com
| >> If the problem can be shown to have been caused by a
| >> security update, then there is usually no charge for the call.
| >> ==============================================
| >>
| >> | >>> Hi
| >>> I am confused
| >>> If vb script is the language used to program asp then what is asp?
| >>>
| >>> Paul M
| >>>
| >>
| >>
| >
|
 
Back
Top