Just wondering what the recommended method for using infragistics on the webserver is. Is it better to install infragistics on the webserver so the controls are in the GAC, or to have them marked as "Copy Local" on the project so they go into the project folder on the web server? I can see pros and cons to both. Just wondering what the recommendation is. Thanks.
Matt,
I can do either. I have been using the Copy option because I expect to 'install' the web application off site at some point.
I think the above chap might be interested in the give and take for each type of implementation. I am. Can you give the reason a GAC solution is better than the CopyLocal solution???
HI,
If you have the authority to update the GAC, then place your assemblies in the GAC.