WHERE TO PUT DLLs - ASP.NET C#

I'm trying to test some .NET code on a ASP.NET enabled site of mine. Where do I store the DLLs? I created a BIN folder but that didn't work for me.
 
That's weird, cause you usually have to store these dll's in the /bin. Did you add the reference to these dll's in your visual studio project? (and thus also re-uploaded the dll of your project file) ?

Hope this helps,
Regards,
Niels
 
Niels,

I'm working with someone else's project here. I'll have to talk more with the developer to check on all of those questions. Thanks for the reply.
 
Back
Top