It looks like you are missing a binding information entry in applicationhost.config file.
-
Open your applicationhost.config file. Possible locations are:
%userprofile%\Documents\IISExpress\config\applicationhost.config
$(solutionDir)\.vs\config\applicationhost.config
(VS2015)- Failing that, inspect the output from
iisexpress.exe
to be sure.
-
Locate your WebSite entry and add following binding with your machine name.