I want to establish a simple and slim ASP.NET based Wiki, which can be used with ACCESS. What do you can recommend? I cannot use a SQL-Server based one for some reasons.

link|improve this question
2  
Can you not use SQL Server completely or would some kind of import from your access database to the wiki database be a good fit? If your wiki will be used by a lot of people I'm not sure if an access database would be an appropriate data store. – mdm Jun 29 '11 at 9:46
feedback

migrated from stackoverflow.com Jun 29 '11 at 10:04

This question came from our site for professional and enthusiast programmers.

2 Answers

For example Open Wiki can also be used with Access-Databases (MSDE): http://www.openwiki.com/ow.asp?DownloadOpenWiki

link|improve this answer
feedback

Road Kill Wiki supports any DB engines NHibernate supports, including MS Access.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.