asp.net 网站项目中的网站二进制文件?

发布于 2024-08-01 17:03:30 字数 136 浏览 7 评论 0原文

我不想问这么愚蠢的问题,但我在谷歌上找不到答案。 我可以成功构建一个包含大量 ASP.NET 代码的大型网站项目,但我不知道二进制文件保存在哪里,因此我可以将其上传到开发服务器。

我检查了 bin 文件夹,但它们似乎只包含库 dll。

I hate to ask such a stupid question but i couldnt find the answer on Google. I can successfully build a large website project with lots of asp.net code but i dont know where the binaries are being kept so i can upload it a development server.

I checked the bin folder but and they only seem to contain library dlls.

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

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

发布评论

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

评论(1

薄暮涼年 2024-08-08 17:03:31

您需要执行“发布网站”将所有代码放入DLL文件中。

顺便说一句,每次您发布网站时,所有二进制名称都会发生变化..因此您需要将所有网站重新复制到服务器...

注意:您将需要完整的 Visual Studio 版本才能发布。 。

you need to do "publish web site" to make all the code into DLL file.

BTW , evry time you publish your website , all the binary name are changing.. so you will need to re-copy ALL your web site again to the server...

NOTE: you will need to full Visual studio version to do publish..

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