Will IIS express run PHP in visual studio?
If so, will you be able to debug php in Visual Studio?
Will IIS express run PHP in visual studio? If so, will you be able
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, IIS Express will run PHP applications.
Visual Studio can edit PHP files (and any other text files), but IIS Express does not add any additional integrations between PHP and Visual Studio, debugging included. You could theoretically create a project in Visual Studio of PHP files and set it to run from IIS Express, but there would be no debugging available.
The WebMatrix IDE lets you edit PHP files (and any other text files), but does not allow for debugging PHP applications.