I have a .Net solution with 2 websites in it (one customer facing, one admin). They both share a Code Library that acts as a data/business layer.
When I make changes to my site(s) and recompile the code library, then browse to a page, it takes ages to load; like several minutes.
I understand it might take a bit longer to load up changed code into memory, but this is far too long.
Anyone got any ideas on how I can work out what's going wrong?
I'm thinking there might be some dodgey settings in my project files? Or maybe something dumb in IIS (which happens to be IIS6).
I'm keen for any reading on this topic if anyone would like to point me to some!
Thanks in advance.
-Ev