I have a project in visual studios that I added httphandler and then added a reference to a dll. Now I need to get these changes into staging. How do I copy over this reference. I thought it would be as simple as copying over the handler to the webconfig and the .dll to the bin folder but I get the following error...
Could not load file or assembly or one of its dependencies. The system cannot find the file specified.
Could not load file or assembly or one of its dependencies. The system cannot find the file specified.
Comment