Bin directory in ASP.NET Website
I am creating a web page using Visual studio. and I added some references which works perfectly but t开发者_Go百科here is no Bin Directory in the project directory. 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
精彩评论