Wiki in C# / Asp.Net for small teams, running on intranets with active directory and a sql server. License: Public domain or any OSI-approved license (your choice)
- Designed for small enterprise-environment asp.net development teams
- Clean interface, the idea being that overworked programmers are more likely to document things if its quick
- Very simple to use and deploy, unlike most wikis
- Integrates well in an enterprise environment, eg with IIS, Sql Server, and Active Directory
- Single sign-on, so you don't need to remember another frigging login/password
- Shows a tree view on the left pane of all wiki documents
- Create a Sql Server database, create a user/password with db_owner priveliges on that database
- Create a Virtual Directory in IIS, with 'Read' and 'Run Scripts' permissions
- Upload all the source files to that directory
- Edit the web.config:
- Change the 'AdminGroup' to a Active Directory group name for people you want to be able to edit pages.
- Change the 'connectionString' to point to your database server and have the correct login details.
That should be it! Please email me if you use this wiki, i hope its useful.
Chris
chris.hulbert@gmail.com