在 Visual Studio 2010 (MVC3) Web 项目中默认使用 IIS Express?
最近刚刚升级到 Visual Studio 2010 SP1 和 ASP.NET MVC3,但我知道在新项目中使用 IIS 的唯一方法是在创建项目后手动进行设置。
是否可以单击某处的复选框以使 IIS Express 成为我所有 VS Web 应用程序的默认开发服务器?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 VS Studio 中,转到“选项”,然后在“项目和解决方案”中选择“Web 项目”。然后选中设置中唯一可用的复选框:将 IIS Express 用于新的基于文件的网站和项目。
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.