Where to store 3rd party libraries? (asp.net mvc 2, best practices)

Posted by zerkms on Stack Overflow See other posts from Stack Overflow or by zerkms
Published on 2010-04-27T05:40:19Z Indexed on 2010/04/27 5:43 UTC
Read the original article Hit count: 308

I have asp.net mvc 2 application.

Now I'm reimplementing it for working with Ninject. All is fine except one thing: where should I store Ninject.dll??

I've created lib directory inside my appdir and made reference to lib/Ninject.dll.

But may be there are some general conventions on how to act in such cases?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about asp.net-mvc-2