This short guide will help you setting up
ScrewTurn Wiki in a web farm.
General Considerations
- You should use the SQL Server-based version of ScrewTurn Wiki.
- You should disable caching, or use a custom cache provider that support distributed caching scenarios (not available yet).
- You should configure ASP.NET to store session state in SQL Server or in a state server (see here).
- To update the application, shut it down on all servers and update all of them before restarting.