Top 3 reasons not to develop a "blog system" that generates aspx files on the fly.

Posted by klausbyskov on Stack Overflow See other posts from Stack Overflow or by klausbyskov
Published on 2010-03-10T17:25:22Z Indexed on 2010/04/30 12:47 UTC
Read the original article Hit count: 371

In this question the OP implies that he wants to base the blog system he is developing on automatic creation of .aspx files, one for each new blog entry. In my answer to his question (which is related to something else), I told him that I would discourage him from using such an approach, but without giving any real reasons. He is now wanting reasons why it is not a good idea, and I'm using this question to see if the community can come up with a compelling enough list of reasons for him to use another approach, such as one using a dbms, code-reuse, url-rewriting, MVC, and what not.

© Stack Overflow or respective owner

Related posts about worst-practices

Related posts about best-practices