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

Is there a command line program or service that I can use to start IIS Express manually?

share|improve this question

2 Answers

up vote 24 down vote accepted

iisexpress program is responsible for that.

http://learn.iis.net/page.aspx/870/running-iis-express-from-the-command-line/

share|improve this answer

I have written a post summarizing the basic usage of IIS Express from the command line: you run iisexpress with /site:, /siteId:, or /path: parameter.

Is quite useful for watching all the requests made to the server.

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.