Use ISAPI no cgi
Easy Easy
Its so easy, its so easy, its easy...
Humming
Dowload php for Windows
www.php.net/downloads.php
get the first one listed for win32
(3.737kb)
install that.
then
in iis manager right-click on "default web site"
(or whichever site you want to install php on.)
select properties
select isapi filters tab
add > name it PHP then point Executable to the ini file. (example: c:\php\sapi\php4isapi.dll)
OK
then Home directoty tab
click configutaton
add
executable = c:\php\sapi\php4isapi.dll
extension = .php
there your done.
restart iis. (maybe)
then you can run asp or php in that website.