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?
Asked
Active
Viewed 2,672 times
1
-
maybe this will help you understand why: [link](http://msdn.microsoft.com/en-us/library/dtba4t8b(v=vs.80).aspx) – Janez Sep 03 '11 at 21:40
1 Answers
3
Take a look at this article Web Application Projects versus Web Site Projects on MSDN. You can also read anserws from this question