I am not sure where I should put this so I am going to try here as I think VS 2005 might best some up the subject.
I am moonlighting some at night on a project to help out some where my Wife works. I am a pretty experienced .NET developer but like everyone else, I don't know it all(an I know I don't). I also use a text-editor at work for all my development needs, coding everything by hand.
Well, where I am helping out, I am trying my best to do things their way and keep the code in the project consistent. They are using VS 2005.
This morning I got a complaint(the problem was there before I started helping on the project last week) about slow load time on the first page access. I know the code is compiling. I know a change in code, web.config, or app pool will force a recompile. Also, after time the code will again recompile, how long I don't know(usually overnight). What I would like to know is, what effects this time and what can I do to prevent a recompile from happening.
The code was designed with the classes inside of the aspx pages(again, this is not my project as I would have done it differently).
Thanks,
BD