Answered by:
PHP on ASP.NET website

Question
-
User1060123080 posted
hi guys,
I am running my own ASP.NET website and I am planning to integrate an application that runs on PHP. Is that possible to embed PHP script on my existing .ASPX site?
Please adviseTuesday, February 19, 2013 11:26 PM
Answers
-
User1815411410 posted
I don't think it will work. It's better if you put the application that runs on PHP on your subdomain. Don't mix it.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, February 19, 2013 11:36 PM -
User-166373564 posted
Hi pradeep
pradeep_singh
Is that possible to embed PHP script on my existing .ASPX site?You can embed php in .aspx site, but I suggestion that you don't do that, because it will gives you lots of troubles to troubleshoot when you get error during your programming.
Hope it helpful to you.
With regards
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, February 20, 2013 10:14 PM -
User311508580 posted
Hi,
As dyyo has suggested above, you need to separate PHP and aspx to avoid any problem. For example, you can run asp on your main domain and PHP on subdomain.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, February 21, 2013 3:39 AM
All replies
-
User1815411410 posted
I don't think it will work. It's better if you put the application that runs on PHP on your subdomain. Don't mix it.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, February 19, 2013 11:36 PM -
Wednesday, February 20, 2013 1:35 AM
-
User-166373564 posted
Hi pradeep
pradeep_singh
Is that possible to embed PHP script on my existing .ASPX site?You can embed php in .aspx site, but I suggestion that you don't do that, because it will gives you lots of troubles to troubleshoot when you get error during your programming.
Hope it helpful to you.
With regards
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Wednesday, February 20, 2013 10:14 PM -
User311508580 posted
Hi,
As dyyo has suggested above, you need to separate PHP and aspx to avoid any problem. For example, you can run asp on your main domain and PHP on subdomain.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, February 21, 2013 3:39 AM