I hate to ask such a stupid question, but I could not find an answer on Google. I can successfully build a large site project with a lot of asp.net code, but I don’t know where the binary files are stored, so I can upload it to the development server.
I checked the bin folder, but they seem to contain DLLs.
you need to do a “publish website” to make all the code in a dll file.
By the way, you publish your site, all binary names change .. so you will need to copy your entire website to the server again ...
: Visual Studio .
Source: https://habr.com/ru/post/1714639/More articles:Linq2Sql: how to handle tables with the same names and different schema names - c #Global variables in Eclipse RCP - javaPhp wrapper? - phpBest way to notify observers in MVC? - designUnable to include file in php - phpDifference between deftype in Common Lisp and scheme - schemeHow to get the current portal login URL in DotNetNuke? - c #What is the most AGILE APPROACH for checking the Spring-MVC command (speeds up server-side validation implementation)? (Spring -MVC) - javaWhere can I find a good example of using GAsyncQueue between a process and a thread - c ++Auto-complete with local data in Rails - ruby-on-railsAll Articles