I need to integrate a PHP page in an ASP.NET MVC4 application, so that i can render that page in the view.
I have referred this link. http://forums.asp.net/t/1853162.aspx?Integrating+PHP+pages+into+ASP+NET+MVC+3+appication+and+deploying+on+IIS+7
and included the php page in the application. However not sure about the further steps.