Dickon Posted March 7, 2007 Share Posted March 7, 2007 I'm a newbe to PHP so please be kind. I've been running ASP on IIS Windows 2000 Server quite happily but there may be a need to run PHP alongside the ASP. I understand that it is possible to install and run PHP to work with IIS but have not been able to find info about any issues relating to running ASP as well. Any help or advice will be much appreciated. Dickon Quote Link to comment https://forums.phpfreaks.com/topic/41621-running-php-and-asp-on-iis/ Share on other sites More sharing options...
Sathallrin Posted April 17, 2007 Share Posted April 17, 2007 ASP and PHP work fine at the same time. I would recommend you install PHP as an ISAPI extension during the install wizard. The only downside is your server could use more cpu/memory then before, but that is to be expected when installing something new. Just download the PHP installer from php.net and run through the wizard to set it up and you should be good to go. Make sure to add the appropriates documents on your site settings if needed. Such as setting index.php as a default document. Quote Link to comment https://forums.phpfreaks.com/topic/41621-running-php-and-asp-on-iis/#findComment-231480 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.