如何跟踪 ASP.NET 网站的依赖关系?

发布于 2024-07-11 20:44:48 字数 80 浏览 7 评论 0原文

动态动态编译方法似乎超出了提取此类信息的典型工具的能力范围。 我知道转换为 Web 应用程序可能会更好,但我想问一下在网站项目的情况下如何完成。

The dynamic compile-on-the fly approach seems to fall outside the capacity for the typical tools which would extract this kind of information. I know I may be better off converting to a Web Application, BUT I would like to ask how it could be done in the case of a Web Site Project.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

童话 2024-07-18 20:44:48

aspnet_compiler 仍然会给您留下大量需要扫描的程序集。 您可以使用 aspnet_merge 追踪它,或使用 Web 部署项目 为您运行编译器和合并实用程序。 WDP 可以为您提供整个网站的单个程序集。

The aspnet_compiler can still leave you with a boatload of assemblies to scan. You can chase it with aspnet_merge, or use a Web Deployment Project to run the compiler and merge utility for you. WDP can give you a single assembly for the entire web site.

似梦非梦 2024-07-18 20:44:48

您始终可以使用 aspnet_compiler 然后扫描对于已编译程序集的依赖关系。

You could always use the aspnet_compiler and then scan for dependencies on the compiled assemblies.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文