vinsky2002 Posted March 22, 2006 Share Posted March 22, 2006 Hello, I am new at ASP.Net and would like to know HOW to combine PHP and ASP.Net as one(1). I have already installed PHP for IIS 5.0 and it is working fine. I have been running a number of PHP script with IIS 5.0 on my Windows XP machine. Please advise me and Thank You..... Cheers !vins[email protected] Link to comment https://forums.phpfreaks.com/topic/5502-php-with-aspnet/ Share on other sites More sharing options...
micah1701 Posted March 22, 2006 Share Posted March 22, 2006 why would you want to do that?I suppose you could create a site that uses both, but the two can not work together (they can't share session/cookie data and they can't talk to each other. they can't even exist together on the same page)you can have .php pages and you can have .aspx pages, but you can not run php pages through the .NET framework. And you certainly can't parse asp through PHP.Just because they both can run on IIS doesn't mean they are compatable with each other. Link to comment https://forums.phpfreaks.com/topic/5502-php-with-aspnet/#findComment-19734 Share on other sites More sharing options...
vinsky2002 Posted March 23, 2006 Author Share Posted March 23, 2006 Hi, Thank you for the information and I wanted to confirm that issue. Thank You very, very much. Cheers !vins Link to comment https://forums.phpfreaks.com/topic/5502-php-with-aspnet/#findComment-19859 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.