Every time my app pool is recycled, all the pages take very long for the first request. I have a way of keeping the non-authenticated pages warmed up by making a call to them programatically before adding a server back in the load balancer.
For pages that require authentication (we use forms authentication) I'm not sure how to warm up these pages before adding a server in the load balancer.
Can you please help with some ideas? I'm using ASP.NET 3.5 and IIS 6
Thanks