How can I restart IIS Express within Visual Studio?
You can close it on the system tray or killing its process at the Task Manager and to run it again you just need to use iisexpress exe, it's usually at C:\Program Files (x86)\IIS Express\iisexpress.exe
or C:\Program Files\IIS Express\iisexpress.exe
if you use 32bit Windows.
Option 1:
- Right Click on IISExpress icon in system tray
- Click on name of running project
- Click "Stop Site"
Option 2:
- Open Task Manager (Press Ctrl+Shift+Esc)
- Right Click on 'iisexpress.exe'
- Click 'End process tree'