此外,在官方的ASP.NET网站上,“Web Forms Scaffolding”文档现在丢失了:http://www.asp.net/web-forms/tutorials/aspnet-45/aspnet-scaffolding-with-web-forms.该页面刚刚被删除.其旧版本仍可在archive.org上获取:http://web.archive.org/web/20130901172338/http://www.asp.net/web-forms/tutorials/aspnet-45/aspnet-scaffolding-with-web-forms.
有谁知道ASP.NET Web Form Scaffolding会发生什么?我们能在VS 2013中拥有它吗?或者它可以从Visual Studio Gallery获得广告插件或者从NuGet获得包裹?
我检查了这些资源,所有这些资源看起来都太旧了:
– http://www.nuget.org/packages/Microsoft.AspNet.Scaffolding.WebForms/ – 从2013年2月开始没有更改,仍然缺少Web窗体支架功能
– http://visualstudiogallery.msdn.microsoft.com/bd1260d4-f46c-40af-aec1-e6460e6d5d7d – 不支持VS 2013
似乎Scott Hanselman也在他的博客中保持沉默,关于VS 2013 RC中丢弃的Web Forms Scaffolding功能:http://www.hanselman.com/blog/DownloadVisualStudio2013WhileYourFeedbackStillMatters.aspx
有谁知道如何在Visual Studio 2013中运行ASP.NET Web窗体脚手架?
斯维特林纳科夫
解决方法
看看今天早些时候创建的这个页面:http://www.asp.net/visual-studio/overview/2013/release-notes-%28release-candidate%29#scaffold
Visual Studio 2013 does not currently support generating pages for a Web Forms project,but you can still use scaffolding with Web Forms by adding MVC dependencies to the project. Support for generating pages for Web Forms will be added in a future update.
We removed WebForm Scaffolding from this release. We’ll reconsider it in future releases.