> What exactly do you mean with "touch the web config", do you mean you change
> it's contents while your application is running? Note that asp.net will
> unload the AD when you do this.
That's correct, IIS is running and I'm just saving the web config, then I
try to access one of my ASP.NET pages and this is where the problem lies.
> Did you try to attach the debugger while this happens, that way you can
> check where the assemblies are loaded. Could it be that some assemblies are
> loaded domain neutral?
Yes, I did attach the debugger and it shows that all my assemblies are
loaded in the new AppDomain created by ASP.NET, however GetAssemblies does
not show all the one the debugger shows.
Thanks,
Manu
Willy Denoyette [MVP] - 12 Nov 2005 23:06 GMT
>> What exactly do you mean with "touch the web config", do you mean you
>> change
[quoted text clipped - 12 lines]
> loaded in the new AppDomain created by ASP.NET, however GetAssemblies does
> not show all the one the debugger shows.
Weird, I tried this on asp.net v2.0, all the assemblies loaded are shown
correctly when calling GetAssemblies. Will try the same under v1.1 SP1 on
W2K3 and post back as soon I have some results.
Willy.