by matt
24. March 2009 23:56
I meant this to a part of the last post, but I forgot. One of the really big things that BlogEngine.net gets wrong (really wrong) is the lack of any kind of logging, tracing or health monitoring.
This comes as rather a surprise, seeing as there is so much going on in this project – custom HttpHandlers and HttpModules, different data backends (xml or sql), asynchronous processes, etc. The potential for things going wrong is rather large, and there’s no built in way to diagnose the error – or even to know that there was an error.
And no, there isn’t a patch for this one.