Search notes:

iisexpress.exe

A web server with the current directory as document root can be started in a Windows console (cmd.exe, PowerShell) like so
C:\> "c:\Program Files (x86)\IIS Express\iisexpress.exe" /path:%cd% /port:8765

Index