Before anyone closes this question as a duplicate of this one, note that the question is NOT asking how to start IIS express by pressing F5 and not launching a browser... I am aware of how to do that.
What I'm asking instead is how to start the IIS express server for the current project without pressing F5 OR rightclicking the solution explorer and selecting "View in Browser".
The scenario is this:
So, in this case, is it possible to simply "start" the IIS express server for the current project WITHOUT manually launching a page OR starting the debugger?
It may be not what you want but it works for me.
Set the property 'don't open a page' in the project properties > web.
I run my project with ctrl + F5 http://msdn.microsoft.com/en-us/library/df5x06h3(v=vs.110).aspx
Refresh my browser or go to page you want.
if you want to skip the ctrl + F5 you can use automatic build software;