I am referencing Microsoft.Office.Interop.Word.dll in my asp.net web application at development server. No i need to move this app from development server to testing server. I can't see the dll in the bin folder of the app as it is pointing to GAC. How should i reference the above specified dll in testing server? Do we need to do anything with web.config? Please advice.
Thanks, Ram