Changing Aspx causes reload?
We have a setting that's not perfect. We have our web server configured to have a global app and then we have every web app dll (hundreds) in WEBROOT / bin
I recently made a change to an ASPX page in .NET 1.1. and we went to check this change and he complained that a separate and completely unrelated DLL was not loading. I don't understand how changing the ASPX file will reload all DLLs.
I removed the offending DLL and the problem went away.
Anyone have any thoughts on this?
0
source to share
1 answer