1

Is it possible to install "Appserv" (Containing PHP, MySQL, phpmyadmin, apache web server) into a system that already has IIS, MS Sql server 2008, ASP.NET and visual studio 2010 installed?

pnuts
  • 58,317
  • 11
  • 87
  • 139

1 Answers1

1

Yes you can install Appserv along with the IIS stuff. You will deal with virtual server definitions to have both running at the same time especially both are trying to serve html on port 80.

Ertunç
  • 819
  • 1
  • 9
  • 21