I have an ASP.NET web application which contains a DLL in the /bin folder 'Example.dll'. If I do not have any mention of 'Example.dll' in the Web.config, is it safe to simply replace it with a newer version of 'Example.dll', and the application will use it?
If not, what steps are needed?