Shall we run the php script on .net server? [closed]

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?

Answer

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/

Attribution
Source : Link , Question Author : Harshal Mahajan , Answer Author : Brent Pabst

Leave a Comment