且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在Windows 7中同时使用WAMP和IIS7.5?

更新时间:2023-02-22 23:35:20

它不可能,因为两个服务器默认使用相同的端口(80),但您可以在虚拟机的帮助下使用WAMP。您可以为PHP项目安装虚拟机软件以配置WAMP服务器,在主操作系统上可以完全使用IIS 7.5。


您可以,但不能绑定到相同的IP /端口组合。

看这里: http://blogs.ebusinessware.com/2009/05/03/how-to-run-iis-and-apache-on-同一台机器在端口80-这里是解决方案/ [ ^ ](文章和评论) )

Already i have installed and used WAMP on my computer for developing PHP open source language , now-a-days i want to work in ASP.NET in Microsoft Visual Studio 2012 but when i want to launch my ASP.NET project in localhost , it gives me error about HTTP port.
Guide me some perfect instructions to use both WAMP and IIS servers at the same time

Its not Possible because both the servers use same Port (80) by default, but you can use WAMP with the help of "Virtual Machine". You can install Virtual Machine software for the configuration of WAMP Server for your PHP Projects and on your Main OS you can use your IIS 7.5 Perfectly.


You can, but not bound to the same IP/port combination.
Look here: http://blogs.ebusinessware.com/2009/05/03/how-to-run-iis-and-apache-on-same-machine-on-port-80-here-is-the-solution/[^] (both article and comment)