Pages

Home: SPTricks

Saturday, June 16, 2012

How to Run ASP and PHP Script On IIS8 and WAMP Together



How to Run WAMP Server Parallel with IIS 8 on Windows 8

WAMP Server is one of the best software packages that installs and manages Apache, MySQL and PHP very easily on Windows. But when you already have IIS running then you may not be able to run WAMP Server at Localhost. You need to shutdown IIS in order to run WAMP Server properly.
In this short tutorial, I will tell you how you can run WAMP Server on Windows without shutting down IIS 8 on Windows 8 By this tutorial.
You can run WAMP Server on http://localhost:8080 and IIS 8 on http://localhost 
-----------------------------------------------------------------------------------------------------------
1. At first you have to active IIS8 from RUN>appwiz.cpl>turn windows features on or off.

                 Wait... for APPLYING CHANGES.........

2.  Also you have to install or Run setup of "WAMP SERVER" Get it here
Both of these are run on http://localhost as we know, but is IIS installed on computer WAMP doesn't work. So you have to configure Apache by Following Method: ClickOnWampButton > Apache >http.conf


Now Search String "Listen" and hit enter 4 times. Now "Listen 80" will hi-lighted.Now Change it to "Listen 8080" as follow
 Now when you will open http://localhost it will open IIS8
 And if you want to Run Wamp Server you have to open http://localhost:8080

Enjoy With SPTricks
I hope this tutorial will be useful to you. Please Leave you Comment.