WAMP server problem solution for windows 8

Hi guys hope you are having a good day.

Most of us have tried the latest Microsoft OS (windows 8). It’s really brilliant OS.
As a web developer you have installed one of the local web servers like WAMP.
If you have tried to get WAMP online on windows 8 it will fail. I guessed that other server is listening to port 80 and i was right 😀
To know who is listening on port 80 just run WAMP and have a left click on the tray icon choose Apache->service->Test port 80 the command prompt window will appear and you will know who is listening on port 80.

For windows 8 IIS 8 server is installed automatically and runs also automatically on windows start up. All you’ll need to do is ti disable it from running on start up and here is the solution

launch control panel-> Administrative tools->services from the services search for a service called (World Wide Web Publishing Service) double click on it then set the start up type to disables then press apply the ok, restart your windows, run your WAMP server and every thing will be OK 🙂

Hope you enjoyed
Thanks 🙂