Home > Net >  Install Php and asp on the same iis
Install Php and asp on the same iis

Time:08-11

I need to install php.

Can i install php on iis that include already asp.net and asp core sites?

Can asp and php run together on the same web server?

Thanks

CodePudding user response:

Yes. It’s possible. PHP is cross platform meaning it can run both on Windows and Linux. So, with a Windows Server you can easily run PHP and ASP.NET. Don’t forget to choose different ports and configure them

  • Related