cmd IIS Express

  • 66
  • 0
  • 2018-02-05

Search Regedit IIS Express and Wep API cmd

First 

C:\Program Files\IIS Express\appcmd.exe" list site 

Second

add system path

C:\Program Files\IIS Express\appcmd.exe

support IIS internet

1. C:\users\yourusername\Documents\IISexpress\config

2.applicationhost.config , find <sites> tag

3. edit  bindingInformation="*:10438:localhost" ← edit * =*:10438:*

4.cmd → netsh http add urlacl url=http"//*:{}/user=everyone

5. clean IISExpress ,and you have to clean <site> tag