I have two web applications built on 2.0 and 4.0 frameworks. And i have link to 2.0 FW site from 4.0 FM site. So both are hosted on same IIS, but with different application pools. I am calling this site2.0 from site4.0 using iframe. So when i click a button to load this site2.0, it is taking so much time to load for the first time. Afterwards it loads as usual. Please suggest me if you have suggestions. I was thinking to use global.asax file and use Application_start event to load this site for the first time of site4.0 loads. But not sure how to do it.
Thanks