Jump to content

PHP with ASP.Net


vinsky2002

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.