
BlogEngine.NET is a .NET web app that can run on Windows (obviously) and Linux! and the app is maintained that way ensuring case sensitivity... sweeeeet!
You can use XML to store your data... which is very good and fast... and if you want to use mysql, or MSSQL, or SQLite or VistaDB... the choice is yours.... all are maintained to ensure stablity.
More...

Every new request to a web app will cause a Semaphore to be created... the problem is that it does not release the created semaphore. I have tried just about every combination of option suggested and none kills the semephore created.
This is how I resolved the issue.
More...