|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Install IIS on XPPro development computer
I recently upgraded to XP Pro and need to get my development environment set up to run ASP.
It is my understanding that XP Pro comes with a free version of IIS that has a limit of 10 concurrent connections, which is fine for my needs as I am only using this for development purposes, not online use. I found the following tutorial online describing how to install IIS from the XP CDROM. http://www.webwizguide.com/asp/tutorials/installing_iis_winXP_pro.asp I am hoping someone can confirm that this information is correct before I go ahead and install. Also, I already have Apache and MySQL running as services (manual start, not autostart) on my system for developing PHP applications. Will there be any conflicts between these two groups of software? Can I install IIS as a service so I can manually start and stop it when I need to run the server for testing ASP? Thanks for any help. Last edited by hayden : April 25th, 2005 at 09:17 AM. |
|
#2
|
|||||
|
|||||
|
Quote:
That looks fine to me. Quote:
If you have both running at the same time on the same port, then you'll have problems. Either run just one at a time, or switch one to another port, such as 8080. Quote:
IIS is a service which can be stopped using the services option in the control panel. But perhaps it may be better to keep all development on one server, so install PHP on IIS. |
|
#3
|
|||
|
|||
|
thanks for the feed back.
|
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > Install IIS on XPPro development computer |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|