My iis express from visual studio 2017 doesn't recognize php. I don't want debugging php code at my VS. I just want to run my php file with asp.net codes.
I followed below links. How to Run PHP on IIS7.5 Express? https://www.iis.net/learn/application-frameworks/install-and-configure-php-on-iis/install-and-configure-php
If I manual create web site from IIS express manager, php is working.
But starting debugging from visual studio project, VS start it's local iis express, and launch http://localhost:7777/ In that case php doens't works, it returns 404.3
It seems iis express at VS doesn't proceed IIS express settings.