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 网络表单 2.0. app_code 文件夹的程序集在哪里?我有一个在生产中发布的网站,但 bin foder 中没有 app_code.dll,app_code 的类都在 app_code 文件夹中。它有可能吗?我的网站直接将这些 .cs 文件执行到 app_code 文件夹中而不进行组装?
谢谢你。
您正在谈论网站项目。JIT 编译开始并在此位置生成程序集(取决于版本):
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET 文件
但是,如果您谈论的是Web 应用程序项目或 WAP,则带有项目名称的预编译程序集位于 bin 文件夹中。没有“ app_code ”魔术文件夹。
也就是说,在网站项目中,您可以通过tempDirectory在.compilationweb.config
tempDirectory
compilation
web.config