tags:

views:

57

answers:

2

I have first all install the Visual studio 2008 on my computer and after that wamp server. I was try to start wamp server but it can start it shows error. please help me what can i do?

A: 

See the installation guide on wamp's website. Or try using the ECWamp instead of wamp.

Sarfraz
+2  A: 

Since your IIS server is also running on port 80 and wamp server also tries to run on port 80, your wamp server won't start. Change the port of the wamp server in Apache httpd.conf file to some different port and try starting the wamp server.

AvidProgrammer
+1 for stating the solution to the most common problem despite *complete* lack of error description.
mizipzor