How do I start/stop IIS Express Server?

前端 未结 6 1345
鱼传尺愫
鱼传尺愫 2020-12-16 08:53

I have installed MS Visual Web Developer 2010 which includes IIS Express.

Before this, I had installed XAMPP server for my php applications.

I would like to

6条回答
  •  一整个雨季
    2020-12-16 09:52

    to stop IIS manually:

    1. go to start menu
    2. type in IIS

    you get a search result for the manager (Internet Information Services (IIS) manager, on the right side of it there are restart/stop/start buttons.

    If you don't want IIS to start on startup because its really annoying..:

    1. go to start menu.
    2. click control panel.
    3. click programs.
    4. turn windows features on or off
    5. wait until the list is loaded
    6. search for Internet Information Services (IIS).
    7. uncheck the box.
    8. Wait until it's done with the changes.
    9. restart computer, but then again the info box will tell you to do that anyways (you can leave this for later if you want to).

    oh and IIS and xampp basically do the same thing just in a bit different way. ANd if you have Xampp for your projects then its not really all that nessecary to leave it on if you don't ever use it anyways.

提交回复
热议问题