Im using a DLL for my asp.net website. I made changes to the DLL, and it works locally. But when I upload it to my server, it is still doing the old functionality.
The DLL is a .net 4.0 DLL, and the server is Server 2003 (with .Net 4.0 installed).
I tried gacutil /u DLL.dll but I get the error that it does not exist in the gac. Then I try doing a /i and it says successful, but still is not working well.
Ideas?