ASP.NET MVC 6 using IIS to develop without publish

别说谁变了你拦得住时间么 提交于 2019-12-04 19:02:47
Franco

You should read this.

I am currently using Visual Studio 2015 for developing MVC 6 (beta8) applications, and do not have the problem you describe. An MVC 6 application has a file that by default points to wwwroot folder (I do not remember now the filename), so you should not have problem in change code and hit F5 to see the changes, without publishing.

For anyone that is interested to get this working so that you have an edit and continue experience and don't have to manually build or publish your site and work against your source code: https://github.com/tuespetre/dnx-watch-iis

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