I'd like to know what's the difference between adding a reference in the references folder and adding it in the webconfig file. Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
IMHO adding reference using the IDE would take care of copying / building DLLs if needed, while web.config check references only at runtime (application start), so adding them manually to web.config may be a less robust solution. |
|||
|
|
