PHP on IIS7
If you are unfamiliar with the term; PHP is a very popular open source web development language.
It runs server side like ASP.Net instead of client side like javascript, and has many of the same features also seen with .Net.
Usage wise, it is arguable by many which language is “superior”, but they both have their pros and cons. After using both extensively, I would have to say I am more preferable to .Net, but PHP still has it’s uses.
One major disadvantage though in my opinion, is having to require separate servers or services to utilize both. Although Apache web server is very popular, and the usual choice for delivering PHP content, it is much easier to configure IIS for a windows or .Net developer or admin, and streamlines the process a little more.
I was a little skeptical of using PHP on IIS6, however, I can trustfully say IIS7 is a good alternative to apache for your PHP applications, and would recommend it to anyone migrating from a windows environment or with developer staff that is cross-platform.
See references below for link to install and configure including a nice PHP Manager which plugs right in to your IIS management interface.
References
IIS.Net, “PHP on IIS7”, http://php.iis.net/
codeplex.com, “PHP Manager for IIS”, http://phpmanager.codeplex.com/documentation
Wikipedia, “PHP”, http://en.wikipedia.org/wiki/PHP
Posted on February 3, 2011, in Programming & Development and tagged apache vs iis, iis6, iis7, php, php and .net sites, php iis, php iis6, php iis7, web server. Bookmark the permalink. Leave a comment.
Leave a comment
Comments 0