Is there any way to force my asp.net application to load the assembly from local bin directory since there is another older version of the assembly with the same name in the
Instead of using bindingRedirect, you can specify the codebase path. I have a working example with MySQL.Data.dll.
This can be done in Web.config of the web application.