I have started work at a new company and the main project I work on (an ASP.NET 3.5 Web Application Project) takes an excessively long time to initially load (Around 1.5 minutes)
I am aware that this is generally the nature of web app projects but my issue is this seems way too long.
Ive tried several things to try and pinpoint what might be causing this lag including Replacing the web.config with a fresh one created from a new project cleared everything from my app_start in my web.config deleted all weppart dlls from my bin folder (which leaves me with 19 dlls in my bin directory including 6 from the MS enterprise library)
and still it takes a very long time to load.
I was wondering if anyone had any pointers as to how I may go about finding out what causes such a huge load time or of any tools that would help me see what my app is doing when it starts
thanks -Kris