I have one payment gateway that has only php api. Is it possible to run that script inside my IIS server on application that will run MVC4?
When I add 1.php to my root folder and try to navigate it it shows HTTP Error 404.3 - Not Found.
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.
You have to install PHP with FastCGI on the IIS server. That should configure it to support .php extension. It can be installed with http://www.microsoft.com/web/downloads/platform.aspx
Next you have to configure the routing to ignore requests to this page (otherwise it will assume that the name is actually a name of a controller).