Click here to Skip to main content
15,867,870 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello all,

our organization wants to change the look & feel(UI) using asp.net of already functioning web - project in php(logic exisiting in pages related to php) and want to abandon the present existing link for it. I have developed the UI as required in .net & now i want to integrate all those logic related pages(in php) in my root folder, so that i can redirect to the necessary pages within my root folder( project folder) & so that we can abandon the present existing link.

So any one could please let me know the way that this can be done.

Thank you
Posted

Hi
As per the following link you may not achieve this . So you have manually convert all the code .

Asp.net Include php file[^]
 
Share this answer
 
Comments
sri67 26-Nov-13 3:10am    
@vinodh.B tq sir for your patience in giving your opinion. I dont need the files in php to be nested under my master page design. I just want to redirect the existing functional php links( & related pages) to nest under root folder of asp.net web project ( like we redirect the images within the folder). so that all comes under single platform & can be launched using single website.
The IIS need to be configured in the server system so that it has both Asp & Php supporting platforms. The project folder of PHP can be pasted in Asp root folder & the pages that should be linked can be directly redirected within & can be opened by a browser while testing if IIS is configured to open both type of files.
 
Share this answer
 
Comments
H.Brydon 28-Dec-13 12:48pm    
You submitted this as a solution, but it is an extension of your problem statement. I think you want to edit your question to include this text and delete the non-solution "Solution".

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