I was happy as an ASP developer - you can use MSXSL for XML
processing, ADO for database, and the file scripting object for file
processing. The weakness shows up when you want to do something that
Microsoft has not built into ASP or JavaScript or the COM objects I
just listed. You're stuck writing your own COM object in VB or C++. I
was in a C++ shop and writing C++ COM components for use in ASP is
just horrible. PHP has a much larger library.

Try to find something you need to do that will require you to write a
COM component if you use ASP, and it's built into PHP.


On Thu, 30 Dec 2004 08:38:18 -0800, Tony Di Croce <[EMAIL PROTECTED]> wrote:
> I am fairly new to PHP, but I am loving it... I have recently gotten
> involved in a business venture and I have been using PHP so far...
> Recently I have taken on a partner, and he is a big ASP guy...
> 
> I am not totally against ASP, but it would have to be pretty good to
> get me to switch at this point (PHP seems to do everything I need)...
> But I will need to convince him of this...
> 
> What points can I bring up in PHP's favor? In what areas does PHP trounce ASP?
> 
> --
> 
>     td
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to