Im building an ASP.NET application using C#, and using a DLL I built for creating a file.
The problem I have is that when I edit the DLL, recompile it and put it in the bin folder of the ASP.NET application, it seems to be using an old version.
Any idea why would this happen and most importantly, how could I fix it?
Thanks.
