C
Chris Bordeman
During an IIS page request or service call, is a new AppDomain created, or
is the main AppDomain for the application pool used?
If the latter, does that mean that an assembly .LoadFrom() is redundant on
subsequent requests?
is the main AppDomain for the application pool used?
If the latter, does that mean that an assembly .LoadFrom() is redundant on
subsequent requests?