简体   繁体   English

从 ASP.NET 表单项目中删除未使用的 ASPX 页面

[英]Removing Unused ASPX pages from ASP.NET Forms Project

Clean Up question: I am working on a large ASP.NET FORM 4.0+ project where there are many legacy pages.清理问题:我正在处理一个大型 ASP.NET FORM 4.0+ 项目,其中有许多遗留页面。

Before I start a timely process of elimination.在我开始一个及时的消除过程之前。 I wanted to reach out to determine any extensions in Visual Studio that can analyze unused or not referenced, or not linked to any web page report anymore.我想确定 Visual Studio 中可以分析未使用或未引用或不再链接到任何网页报告的任何扩展。

Another thought is I do have about 6 months of IIS logs I could run web traffic reports remove any page not showing up in the reports.另一个想法是我确实有大约 6 个月的 IIS 日志,我可以运行 Web 流量报告删除报告中未显示的任何页面。

Share your wisdom please, the project is over 5000 asp.net pages请分享您的智慧,该项目超过 5000 个 asp.net 页

Primary reasons for cleanup: - Project will build much faster.. - Allow adding other developers to the project will be sanitized..清理的主要原因: - 项目将构建得更快.. - 允许向项目添加其他开发人员将被清理..

I wanted to reach out to determine any extensions in Visual Studio that can analyze unused or not referenced, or not linked to any web page report anymore.我想确定 Visual Studio 中可以分析未使用或未引用或不再链接到任何网页报告的任何扩展。

After a long research , there is no such vs extension for VS2019 to remove any used aspx pages so far.经过长时间的研究,到目前为止,VS2019 没有这样的 vs 扩展来删除任何使用过的 aspx 页面。

But there is an extension called FindUnusedFiles which applies to VS2015 or earlier version.但是有一个名为FindUnusedFiles的扩展名,它适用于 VS2015 或更早版本。 It has not been updated to use in VS2017+.它尚未更新以在 VS2017+ 中使用。 So as a suggestion, you can write a review under Rating & Review in this link.因此,作为建议,您可以在此链接的Rating & Review下撰写评论。 Try to contact with the author to apply it in VS2019.尝试联系作者在VS2019中应用。

Besides ,I recommend you could post a feature request inour User Voice forum(DC) ----suggest a feature to share your idea with the staff to add the function into VS2019.此外,我建议您可以在我们的用户语音论坛(DC)中发布功能请求——建议一个功能与工作人员分享您的想法,将功能添加到 VS2019 中。

After you post it, you could share the link in this thread and anyone who is interested in this including us will vote it to get the attention of Microsoft as soon as possible.发布后,您可以在此线程中共享链接,任何对此感兴趣的人(包括我们)都将对其进行投票,以尽快获得 Microsoft 的关注。

Hope it could help you.希望能帮到你。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM