Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我讨厌问这样一个愚蠢的问题,但我在谷歌上找不到答案。我可以成功构建一个包含大量 asp.net 代码的大型网站项目,但我不知道二进制文件保存在哪里,因此我可以将其上传到开发服务器。
我检查了 bin 文件夹,但它们似乎只包含库 dll。
您需要执行“发布网站”以将所有代码转换为 DLL 文件。
顺便说一句,每次发布您的网站时,所有二进制名称都在更改..因此您需要将所有网站再次重新复制到服务器...
注意:您需要完整的 Visual Studio 版本才能发布..