Application pool stops automatically in IIS
Application pool stops automatically when we browse web application. It can happen mostly in following two cases.
1. Application pool account might have expired.
2. Enable 32-Bit Applications (Application pool setting) must have set to True. It should be False.
1. Application pool account might have expired.
2. Enable 32-Bit Applications (Application pool setting) must have set to True. It should be False.
Comments
Post a Comment