Skip to main content
May 17, 2006
Question

Running both PHP and ASP on IIS

  • May 17, 2006
  • 2 replies
  • 306 views
I currently use an ASP programmer who uses our clients WIndows server with IIS. Due to his high work load we (me and the client) are looking to use / hire a PHP programmer but obviously have to use the same IIS server...

In short; is it possible to install and run PHP on the server when ASP is already being used?

Many thanks in advance
G. (a confused web-designer)
This topic has been closed for replies.

2 replies

Inspiring
May 17, 2006
Belfast Web Designer wrote:
> In short; is it possible to install and run PHP on the server when ASP is
> already being used?

Yes, it is. You can find the official instructions here:

http://www.php.net/manual/en/install.windows.iis.php

They look horrendous, but it's actually quite easy. Download the ZIP
version of the PHP Windows binaries from here:

http://www.php.net/downloads.php

DO NOT use the Windows installer version. It's greatly cut down, plays
around with Windows system files, and is likely to cause you
considerable grief.

Unzip the PHP files to a new folder at the top level of your main drive.
Then install PHP as an ISAPI module of IIS. You can then run ASP and PHP
on the same server.

<shameless plug>Step by step instructions for installing PHP on IIS
without tears can be found in my book, "Foundation PHP for Dreamweaver
8".</shameless plug>

--
David Powers
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "Foundation PHP 5 for Flash" (friends of ED)
http://foundationphp.com/
Inspiring
May 17, 2006
Why don't you just hire another ASP programmer?

"Belfast Web Designer" <webforumsuser@macromedia.com> wrote in message
news:e4f98e$4k7$1@forums.macromedia.com...
>I currently use an <b>ASP programmer</b> who uses our clients WIndows
>server
> with IIS. Due to his high work load we (me and the client) are looking to
> use /
> hire a <b>PHP programmer</b> but obviously have to use the same IIS
> server...
>
> In short; is it possible to install and run PHP on the server when ASP is
> already being used?
>
> Many thanks in advance
> G. (a confused web-designer)
>