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

后端 未结 8 1582
梦谈多话
梦谈多话 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:10

    ASP.NET and PHP Support

    Develop, deploy and easily manage Web applications using your choice of languages. From ASP.NET to PHP, IIS7 provides a powerful and flexible Web server environment for the world’s most popular Web applications.

    (Source: http://www.iis.net/overview/choice/aspnetandphpsupport )

    I tried put a test.php file (with conent: ) to existing ASP.NET website (use real server at https://somee.com ). I knew that ASP.NET and PHP have worked together.

    Read more:
    http://www.w3schools.com/aspnet/webpages_php.asp
    https://technet.microsoft.com/en-us/library/hh994592.aspx

提交回复
热议问题