How to integrate whole asp.net website with PHP?
Actually i have two different websites one is PHP and other is in Asp.net so what i want is when users are on PHP website and for some particular pages i need to use my asp.net website, when user click on button then user will redirect to asp.net website but the catch is i don't want to show url to user of my asp.net website, currently i am using iframe but i don't think so its and correct way to integrate there is some other reasons like security and all that with iframe? please suggest to do so? Thanx...

Ankur JainPosted Aug 26, 2014, 11:31 PM
Thanx for your reply, I know about phalanger, i have tried it but in my scenario i have already two running website one is PHP and other is in Asp.net the catch is my client who has PHP websites wants to add some additional functionality for his customers which is i have already develop in asp.net, and he is not only customer for me who wants to integrated functionality in PHP, and i don't take risk with code because their are other subscriber or customers who is using asp.net websites approximate 4k of subscribers are already using functionality so that is the reason i want that is there is some kind of thing that will help me to easily integrate .net website in PHP, and website is not so much small it has approx 4000 of pages so i can create webservices for all pages, please suggest if you have any other options..
R JPosted Aug 26, 2014, 5:49 PM
Phalanger is complete full-featured implementation of PHP, rewritten in safe C# language. It consists of compiler and runtime. The compilation itself brings developers and web hosting providers a lot of new possibilities. Phalanger improves execution speed, safety and makes integration with existing PHP and .NET code very simple.
Phalanger as a PHP compiler produces safe .NET assemblies. It also works as an ASP.NET extension which compiles scripts automatically and allows you to start using PHP on ASP.NET-enabled servers within single line of configuration.