Visual Studio ASP 开发服务器和 PHP
大家好,我目前正在考虑开发一个需要访问 PHP 脚本的 Silverlight 应用程序。 Visual Studio 正在启动 ASP 开发服务器,但不支持 PHP 脚本处理。有没有一种方法可以配置开发服务器以接受 PHP 或使 Visual Studio 从可以支持 PHP 的本地 Apache 服务器进行开发。
感谢您提供的任何帮助。
Hi all I am currently looking into developing a Silverlight app which needs access to PHP scripts. Visual Studio is launching the ASP Development Server but does not support PHP script handling. Is there a way that I can configure the development server to accept or PHP or make visual studio develop from own local Apache server that can support PHP.
Thanks for any help you can provide.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下载 Web 平台安装程序 并安装 IIS Express,这是一个轻量级且独立的IIS 的单独版本,可替代开发服务器。您很可能可以为其安装一个 PHP 模块,以允许它运行 PHP 脚本(据我所知,这也可以在 Web 平台安装程序中找到)。
Download the Web Platform Installer and install IIS Express, which is a lightweight and stand-alone edition of IIS that works as a replacement for the development server. Most likely you can install a PHP module for it to allow it to run PHP scripts (this is as far as I can remember also available in the Web Platform Installer).