I have a .Net solution with two websites in it (one client, one administrator). They share a code library that acts as a data / business layer.
When I make changes to my sites and recompile the code library, go to the page, it will take age to download; like a few minutes.
I understand that it may take a little longer to load the modified code into memory, but it takes too long.
Anyone have any ideas on how I can understand what is going on?
I think there might be some dodgey options in my project files? Or maybe something dumb in IIS (this is IIS6).
I am interested in reading this topic if someone would like to point out some of them to me!
Thanks in advance.
-ev
source
share