|
PHP and ASP.NET are different technologies. You can let them coexist on the same server (I do it like that). You can't include PHP in ASP or ASP.NET though. But you could by passing form-data, querystring or cookies that each understands from a PHP page to an ASP.NET page.
|