> How I know my IIS is supporting PHP?
> And what have to do so that I can deploy my PHP pages at IIS?

If PHP is installed and IIS is configured it should work.
Try to view http://youraddress/myfunnypage.php, with some PHP code, like

phpinfo();

If you see some tables with parameters and variables, PHP works.



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

Reply via email to