0

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.)

HopelessN00b
  • 53,795
  • 33
  • 135
  • 209
Fuxi
  • 184
  • 2
  • 11

1 Answers1

1

You just can turn off IIS same as XAMPP

Guide for turning off IIS:

  1. Go to start
  2. Click RUN
  3. Type in Inetmgr.exe and then press enter
  4. Now simply click turn off ;)

XAMPP guide:

  1. Start up XAMPP
  2. Click both away
HopelessN00b
  • 53,795
  • 33
  • 135
  • 209
Christiaan
  • 11
  • 1