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

混江龙づ霸主 提交于 2019-12-20 01:52:37

问题


Just recently upgraded to Visual Studio 2010 SP1 and ASP.NET MVC3, but the only way I'm aware of using IIS with new projects is to set this up manually after the project is created.

Is it possible to click a checkbox somewhere to make IIS Express the default development server for all of my VS web applications?


回答1:


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



来源:https://stackoverflow.com/questions/5749508/use-iis-express-by-default-in-visual-studio-2010-mvc3-web-projects

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!