I have Apache running on port 80(obviously) for a simple php webserver on my laptop. Also i have the “Default Website” from IIS running on port 7900 to host a terminal services web client page.
I plan on building a ASP.NET 2.0 website with visual web developer 2005 that will also be using an SQL database.
My question is would it be easier to install asp.net on apache, or would visual web developer be more compatible with the microsoft powered IIS that already has asp installed. I would have to turn off apache though, or change apache’s port that it listens on if i was to use IIS.
Edit: I didn’t know apache integrates so nicely with everything! Now i am running PHP and ASP side-by-side with no problems whatsoever. I used this as a guide (here) and so there is a separate directory called aspNET in which the ASP is in charge of.