i have one web application. index.aspx is my default page. so my problem is when my app starts for the first time it take 15sec to load the page. in my index.aspx has just simple static menu. when i put a break point in page_load it got hit after 15 sec. so its not my page but something else is causing this issue. may be pre compilation or loading dlls or something.
i really need help on this. i dont know where to look.
Thanks