Posted by:
cab33010
(---.hsd1.fl.comcast.net)
Go to this link on instruction on how to run and install WAMPS
[
movielibrary.lynda.com]
they give you five free videos that will help you, also take note of my tips below.
After installing WAMP I found only one service working, when I Checked which service was not running, I found it was the Apache server. On the Apache link I pressed test port 80, and found my IIS 5.0 was using it even after I disconnected using the Internet Information Services icon.
Solution
1- I Uninstalled WAMP
2- I stopped IIS 5.0 by Click on Start, followed by Run, and type "CMD". Press OK, then I entered iisreset /stop in the Command Prompt window and press enter.
3- I installed WAMP
4- Pressed start all services
Since I work with ASP Im going to have to stop the IIS server by using step 2 every time
You only need one server at a time to work. Stop IIS when you need to work with PHP or stop WAMPS when you wish to work with ASP remember to start the respective server that you wish to work with.
Starting IIS Server
go to the Control Panel - click on the Administrative Tools icon - then click Internet Information Services - expand the local computer tree - right click on Default Web Site then - click Start to run IIS server.
Stopping IIS Server
go to the Control Panel - click on the Administrative Tools icon - then click Internet Information Services - expand the local computer tree - right click on Default Web Site then - click Stop IIS server.
Starting WAMPS (PHP & MYSQL) Server
Pressed start all services from the task bar icon of the WAMPS icon
Stop WAMPS (PHP & MYSQL) Server
Pressed start stop all services from the task bar icon of the WAMPS icon