Use default IIS Express in Visual Studio 2010 (MVC3) web projects?

Most recently upgraded to Visual Studio 2010 Service Pack 1 (SP1) and ASP.NET MVC3, but the only way I know to use IIS with new projects is to manually configure it after creating the project.

Can I click the checkbox somewhere to make IIS Express the default development server for all my VS web applications?

+3
source share
1 answer

In VS Studio, go to options, and in Project and Solutions, select web projects. Then check the box only in the available settings: Use IIS Express for new websites and file-based projects.

+4
source

All Articles