RSNET said:
This is a very misinformed post. A few things here, PHP does not allow you to have more power than ASP. As a matter of fact ASP allows you to take control of everything the operating system offers because how closely tied it is to it. Also, ASP.NET is many times faster than PHP, and ASP Classic performance is comparible to PHP.
And as mentioned regarding the DLLs, both ASP and PHP require dll extensions for some "extra" functionality such as image manipulation.
I'm not going to turn this into a Linux Vs Windows bash, I'm just clearing things up from personal knowledge and many years of experience.
While I understand that you want to make Windows hosting look much much better, because this is what you offer, please try to remain unbiased here, and stick to facts.
1. ASP only works most efficiently on Windows, while PHP works on both platforms practically the same. That tells me that PHP is more portable, and thus more powerful. ASP by default is a proprietary MS language.
2. ASP.NET is a slimmed down version of ASP, built for the linux/unix system. It is much smaller, than PHP, thus of course much faster. You're comparing a slimmed down version of ASP, to full scale PHP. That's like Outlook Express to Outlook, or better, Apples to Oranges.
3. Image manipulation is a bad example of your point. PHP requires nothing extra to handle image manipulation as it comes with the GD library by default, and can be installed by default when you compile PHP. Extra extensions are needed for ASP however.
While I understand you meant to help the thread along, please do not call other's posts misinformed, then make misinformed statements of your own, to back them up.