IIS and Apache (WAMP) running
问题 How can we run IIS 6 and Apache (wamp) in same machine at same time? 回答1: IIS and Apache should have different port. To change the port of Apache(WAMP) Click on WAMP icon that you can see on your tray or other shortcut icons for wamp. Look for the Apache and open the httpd.conf or if you know where it is stored. Find the "80" then change Listen 80 to Listen 8080 ServerName localhost:80 to ServerName localhost:8080 Note: You can change the port which you desired as long as it will not conflict