I have a \"MVC 4\" project and i want to add an assembly to web.config file but i don\'t know where should i put it. I try any ways but i cant find the solu
It is quite simple. Look at your compilation section in your web.config:
Now open the section and put your assembly inside like this:
Libraries in this section are checked in compilation time, it has nothing to do with runtime binding.