Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
I am now trying this on a machine at work and the error is a status 500. Is there any way to find out what is causing the error? – jaffa Nov 12 '12 at 13:00
I can't reproduce your error. I can navigate to localhost:8080/release-notes.html without errors. Have you listed all your steps? – Wouter de Kort Nov 12 '12 at 13:11
What if you use the full physical path of the site, instead of . in the /path: switch? – Hans Kesting Nov 12 '12 at 13:12
The full path seems to work ok. Thanks! – jaffa Nov 12 '12 at 13:15
If you add the answer I can mark it as answered... – jaffa Nov 14 '12 at 20:52

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.