Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
i already have visual studio.net running in my system now i want to install php also when i install php is not working..

the suggestions i got was to stop the .net services and then run php but every time i cant do that. So i there any other solution to run both in same system if so ...

please tell me the procedure.....

please help me out with this problem.....
Posted

Visual Studio.NET and PHP are not related, they can be installed without affecting one another, what do you mean by PHP is not working - how are you testing this?

The normal way to test whether PHP is installed correctly is either:

1) Run a PHP script from the command line, or
2) Install Apache and test PHP from a XHTML file using phpinfo()

regards,
Jonathan
 
Share this answer
 
Of course they can both exist at the same time on the same machine.
Check out some of these links: Run php under IIS[^].
By setting up your IIS to work with PHP you can run either PHP or dotNet or even both in the same web application.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900