"shutdown worker process after being idea for" IIS setting
If I set X minutes for开发者_运维技巧 the option ""shutdown worker process after being idea for" in IIS, does it recycle the worker process after X minutes being idea ??
If I use In-Proc session state, will it cause my session being lost?
I think you mean "idle". And yes, you will definitely lose your Session data. Your Session timeout should be less than or equal to your idle timeout.
精彩评论