We have a setup here that is less than ideal, We have our webserver configured so that there is a global application and then we have each web applications dll ( hundreds ) in WEBROOT/bin
Recently I made a change to a ASPX page in .NET 1.1. and we I went to check the change it was complaining that a seperate and totally unconnected DLL was not being loaded. I am not understanding how the ASPX file change would cause all the DLLs to get reloaded.
I removed the offending DLL and the problem went away.
Anyone have any thoughts on this?