Can PHP and ASP.Net run together within the same web site in IIS 7.5?

后端 未结 8 1579
梦谈多话
梦谈多话 2020-11-28 12:28

A portion of our site is done in PHP and a portion of our site is done in ASP.Net. We just set up a new web server with Windows Server 2008 R2 which has IIS 7.5 installed.

相关标签:
8条回答
  • 2020-11-28 13:22

    Yes, PHP can be seamlessly implemented into ASP.NET 3.5 / 4.0

    Go to http://phalanger.codeplex.com/ (or http://www.php-compiler.net/) and download the latest version of Phalanger. Install into Visual Studio and voila!

    Phalanger – the PHP compiler for .NET

    Welcome to Phalanger – full-featured PHP runtime & compiler for .NET/Mono frameworks. Phalanger is modern open-source implementation of PHP, compatible with the vast array of existing PHP code. In addition Phalanger gives PHP-application developers lot of new possibilities; from improving performance and using modern environments, to taking advantage of seamless unique .NET integration.

    0 讨论(0)
  • 2020-11-28 13:23

    Yes, it will be not a problem. Even some Windows Shared Hosts offer PHP plans - Windows Hosting PHP.

    0 讨论(0)
提交回复
热议问题