VS2008 ASP.net .PDB 在哪里创建?

发布于 2024-08-29 00:50:40 字数 193 浏览 2 评论 0原文

我有一个vs2008的网站。构建后,我在任何地方都找不到我的 .pdb 文件。

我的构建配置设置为调试。 位于 Web 配置中。

我的 .pdb 在哪里?我的 app_code 或 bin 文件夹中没有任何内容。我如何生成这些文件?

I have a website in vs2008. I cannot find my .pdb files anywhere after I build.

My build configuration is set to debug. <compilation debug="true"> is in the web config.

Where is my .pdb? There is nothing in my app_code or bin folder. How do I generate these files?

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

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

发布评论

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

评论(1

廻憶裏菂餘溫 2024-09-05 00:50:40

当您第一次访问网页时,ASP.NET 网站会动态编译,也许这就是您看不到 .pdb 文件的原因。

根据 MSDN,编译后的代码转到 %SystemRoot %\Microsoft.NET\Framework\versionNumber\临时 ASP.NET 文件。我想 pdb(如果生成)也会在那里结束,但我手头没有 Visual Studio 2008 来验证这个假设。

ASP.NET websites are dynamically compiled on the fly when you first access the web pages, maybe that's why you don't see the .pdb files.

According to MSDN, the compiled code goes to %SystemRoot%\Microsoft.NET\Framework\versionNumber\Temporary ASP.NET Files. I suppose the pdb (if generated) will end up there too but I don't have Visual Studio 2008 on hand to verify this assumption.

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