I have a path C:\development\app with a simple file 'release-notes.html'.
I've started IISExpress in the same path like so:
C:\development\app\iisexpress /port:8080 /path:.
Yet when I browse to the release-notes.html file, I am getting a 404 error.
I can see IISExpress has started ok so why would I get a 404 error when the file is present?
.in the/path:switch? – Hans Kesting Nov 12 '12 at 13:12