My Web application runs on my Local machine, but on production web server I get this error pointing in my web.config:
Could not load file or assembly 'AjaxControlToolkit, Version=3.5.40412.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' or one of its dependencies. The system cannot find the file specified.
The .dll is located in the Bin folder but does it need to be present somewhere else for the production server to find it?
Thank you