-4

I just want to know that ,shall we run the php script on .net server or to run a php script on a .net server what configuration we required?

Suppose i have a website developed in php environment and running successfully on my local-host now what i want ,i want to upload this site on server which supports .net scripts ,so can you guys tell me that what configuration(like:Apache ,MySQL etc.) should be there on .net server to run a php script,is it possible to run a php & .net files on same server?

2 Answers2

1

You don't provide any sort of system requirements for your PHP application. The best I can tell you is YES you can run PHP on IIS.

http://php.iis.net/

Brent Pabst
  • 6,069
  • 2
  • 24
  • 36
  • Thanks for reply Brent ,but can you please tell me about iis? how is this possible? – Harshal Mahajan Sep 12 '12 at 12:07
  • No I can't. You provide no background or information about your app, no system requirements and failed to even attempt to read any of the information from the website I provided to you. Do your research and homework first, then post a new question with any issues or problems you run into. – Brent Pabst Sep 12 '12 at 12:09
1

PHP is available as an extension for IIS, so you can certainly run both PHP and .NET code on the same webserver. Take a look at http://php.iis.net/ for details.

Unfortunately as a linux admin I'm not familiar with the setup myself.

gdhagger
  • 11
  • 1