I'm using both XAMPP and IIS for local web development and I was wondering - is there a little tool for fast switching between both servers? (Disabling services on one server, activating on other server.)
Asked
Active
Viewed 148 times
0
-
Maybe it would go like "net stop
", "net start – Andrew Smith Jul 04 '12 at 11:01" -
1You can start both XAMPP and IIS on different port, in this way you will not need to restart server again and again. – Abhijeet Kasurde Jul 04 '12 at 11:28
1 Answers
1
You just can turn off IIS
same as XAMPP
Guide for turning off IIS
:
- Go to start
- Click RUN
- Type in
Inetmgr.exe
and then press enter - Now simply click turn off ;)
XAMPP guide:
- Start up XAMPP
- Click both away

HopelessN00b
- 53,795
- 33
- 135
- 209

Christiaan
- 11
- 1