Install in GAC. Or, if it's a native module, you can load by path in applicationHost.config (<globalModules> section)
From: [email protected] [mailto:[email protected]] On Behalf Of Greg Keogh Sent: Tuesday, 23 July 2013 10:49 AM To: ozDotNet Subject: Re: Managed IIS Module installation Is the .dll in the /bin folder? Or, otherwise, where is the assembly? Well, that's a good question. I can't find any instructions on where your managed DLL must reside. It can't be /bin as that's part of the app, I want the module to be applied to a site (or all sites). I took a guess at %windir%\System32\inetsrv, but that wild guess changed nothing. None of the command line options for a managed module seem to include a path. There is a missing link I still can't find -- Greg
