Hello Zack,
From the description of the problem it seems that the it is not only isolated to the database size. It seems that the project is running out of memory (users getting logged out) and is recycled. To prevent the logout on recycle add a
machine key configuration to the webconfig. Something similar to bellow:
You can generate machine keys using this tool:
http://aspnetresources.com/tools/machineKey.
The reason for the website running out of memory would be if the website is serving very large files. To overcome this, it is recommended that you not only enable the files provider, but also set a small chunk size (default is 50 MB). I would recommend that you set the chunk size to something like 4 MB. Both the files and DB provider can be used with either of bellow configurations (note that with my settings the file will get broken into chunks of 4MB, where the default is 50):
store in files:
store in DB:
Best wishes,
Radoslav Georgiev
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the
Telerik Public Issue Tracking system and vote to affect the priority of the items