user204588
user204588

Reputation: 1633

ASP.NET using DLL's instead of App_Code

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

Answers (1)

krolik
krolik

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

Related Questions