简体   繁体   English

ASP.NET网站中的bin目录

[英]Bin directory in ASP.NET Website

I am creating a web page using Visual studio.我正在使用 Visual Studio 创建一个 web 页面。 and I added some references which works perfectly but there is no Bin Directory in the project directory.我添加了一些完美的参考,但项目目录中没有 Bin 目录。 What Should I do?我应该怎么办?

A bin folder is not mandatory - if you're using dynamic compilation, and don't reference any external 3rd-party libraries, it is perferctly normal that you wont have a bin folder bin 文件夹不是必需的 - 如果您使用动态编译,并且不引用任何外部 3rd-party 库,那么您不会有 bin 文件夹是完全正常的

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM