Where to store 3rd party libraries? (asp.net mvc 2, best practices)
- by zerkms
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?