Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Already i have installed and used WAMP on my computer for developing PHP open source language , now-a-days i want to work in ASP.NET in Microsoft Visual Studio 2012 but when i want to launch my ASP.NET project in localhost , it gives me error about HTTP port.
Guide me some perfect instructions to use both WAMP and IIS servers at the same time
Posted

Its not Possible because both the servers use same Port (80) by default, but you can use WAMP with the help of "Virtual Machine". You can install Virtual Machine software for the configuration of WAMP Server for your PHP Projects and on your Main OS you can use your IIS 7.5 Perfectly.
 
Share this answer
 
You can, but not bound to the same IP/port combination.
Look here: http://blogs.ebusinessware.com/2009/05/03/how-to-run-iis-and-apache-on-same-machine-on-port-80-here-is-the-solution/[^] (both article and comment)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900