asp.net 网站项目中的网站二进制文件?
我不想问这么愚蠢的问题,但我在谷歌上找不到答案。 我可以成功构建一个包含大量 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要执行“发布网站”将所有代码放入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..