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

C

Chris Bordeman

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,608
Members
45,242
Latest member
KendrickKo

Latest Threads

Top