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

时间:2022-01-18 10:54:19

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.

我讨厌问这么愚蠢的问题,但是我在谷歌上找不到答案。我可以用许多asp.net代码成功地构建一个大型网站项目,但是我不知道二进制文件放在哪里,所以我可以把它上传到一个开发服务器上。

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

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

1 个解决方案

#1


3  

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

您需要做“发布web站点”,使所有的代码成为DLL文件。

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..

注意:您将需要完整的Visual studio版本进行发布。

#1


3  

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

您需要做“发布web站点”,使所有的代码成为DLL文件。

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..

注意:您将需要完整的Visual studio版本进行发布。