ASP can 'host' other languages that are designed to be used in ASP.
Currently VBScript and JScript ship with IIS, and PerlScript is available.
PHP is not something which can directly be plugged into the ASP architecture.

Having said that, most of the MS people I know that use ASP ALWAYS
use VBScript.  There are just comparatively few JScript examples
and books re: ASP in relation to VBScript things.  I worked someplace
where they kept telling me I had to do the site in "ASP", so I did a couple
 of the pages in JScript.  No one was happy, as NO ONE else at the company
had day 1 experience with Jscript in a production environment
(this was ~30+ ASP programmers - it was ALL VBScript).  So the bit about
"use multiple languages" is, imo, misleading at best.  If YOU want to, and
the project is just for you, go ahead.  If it's a commercial project
for a client who wants/needs "ASP" they mean VBScript.



"..s.c.o.t.t.." wrote:

> i dont know too much about ASP, as i've never had to use it,
> but i thought ASP as more of an enviornment (or meta-language)
> rather than an actual programming language (becuase VBscript
> is the default language for ASP pages, i always assumed that
> other languages could be utilized in place of VB(yuck))
>
> could you use any other language aside from VBscript
> if the client mandates ASP, or is ASP tied to VB/Microsoft?
>
> the reason i ask is becuase i heard about a perl product that
> would basically do almost the same thing as PHP (put perl code
> in the HTML document, and the server would parse thru it
> when someone requested the page)... and i always thought
> that ASP was the meta-language that governed the rules
> for embedded programming (use <? to start script, etc...
> rules like that) rather than an actual *language*
>
> am i wrong?  anyone care to clarify what ASP is, and what
> it's relation to PHP is.... on or off the list, whichever suits you ;)
>
> PS: please excuse me if you feel that i am off topic....
>
> > -----Original Message-----
> > From: John Monfort [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, February 19, 2001 10:16
> > To: Adrian Murphy
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: [PHP] woe is me
> >
> >
> >
> >
> >    I feel your pain.
> >     :-(
> >
> >
> > __________John Monfort_________________
> > _+-----------------------------------+_
> >      P E P I E  D E S I G N S
> >        www.pepiedesigns.com
> > "The world is waiting, are you ready?"
> > -+___________________________________+-
> >
> > On Mon, 19 Feb 2001, Adrian Murphy wrote:
> >
> > > i'm sorry,i just had to share this with people who'd understand.
> > > we've just secured clients who are m$ affiliated and they insist
> > > everthing be done with asp.
> > > excuse me while i go off for a little cry.................
> > >
> > >
> > > --
> > > PHP General Mailing List (http://www.php.net/)
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to