Reputation: 1633
What are the advantages, if there are any, of using a separate DLL in the BIN folder instead of adding your classes to the App_Code folder. Is there a method preferred?
Upvotes: 1
Views: 2675
Reputation: 5802
Take a look at this article Web Application Projects versus Web Site Projects on MSDN. You can also read anserws from this question
Upvotes: 3