Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Redundant LoadFrom()s in a WCF service running in different environments

1 view
Skip to first unread message

Chris Bordeman

unread,
May 8, 2008, 7:19:40 PM5/8/08
to
OK, I have a WCF service which might run under IIS, might also run in
different environments as well. It loads assemblies from disk using
LoadFrom().

As I understand it, IIS apps run under a persistent AppDomain which doesn't
unload between requests.

Does this mean I don't have to keep reloading the assembly? How can I
detect whether the assembly needs to be reloaded?


0 new messages