Question

Is there any way to avoid the window of development server? (Not stopping or avoiding to run the development server, just the window).

In Visual Studio 2010 (and before) it only appears when the development server was started. Now, in Visual Studio 2012 it is opened each time the project start, no matter if the development server has already started and you have closed it.

Was it helpful?

Solution

I've found that I can run projects using IIS Express. Also it will make our lives easier when we want to be able to access to the project running from other PC.

With Visual Studio 2012 it comes already installed (in fact is the default setting for projects started in it). With Visual Studio 2010 it can be installed (see post).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top