Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以在单个 IIS 7 下运行 php 和 MVC 3 应用程序吗?我已经使用 PHP 管理器在 IIS 中安装了 PHP。我还想在同一个 IIS 服务器中运行 asp.net MVC 3 应用程序。是否可以在同一个 wwwroot 文件夹下同时运行 php 和 asp.net MVC 3 应用程序。
是的,你应该能够做到这一点。您将无法共享会话等,但您可能必须更改 IIS 应用程序池配置才能使其正常工作。
看看: PHP 和 ASP.Net 可以在 IIS 7.5 中的同一个网站中一起运行吗?