Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a domain registered and under which i have build asp.net website under it , I want a page to be redirected which is to be in php source code , is it possible to run the php and asp.net page under same domain.

I want that php page to be one of the many virtual directories in the asp.net website.

Will Web services or WCF help in that . Please Suggest.
Posted

1 solution

Absolutely possible. PHP can be installed and bound to almost any HTTP server. You can configure that server-side files with certain names like *.PHP are passed through PHP processing. Look for HTTP server (IIS or whatever) setup documentation. It won't interfere with your *.aspx file or everything else.

—SA
 
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