I have an instance running on IIS and the app pool is set to recycle everyday at 2pm to create a new worker process. However, one of the dropdown menus shows no items after the scheduled recycle.
At the moment I am fixing this issue by going into IIS and recycling the app pool myself. By any chance does a scheduled recycle do anything differently, or could this be a caching problem?
Manual recycle restores the items in the dropdown, but I want it scheduled to save me doing it everyday.