Date based publishing ASP.NET MVC

Posted by kayluhb on Stack Overflow See other posts from Stack Overflow or by kayluhb
Published on 2009-09-22T13:29:37Z Indexed on 2010/05/30 0:02 UTC
Read the original article Hit count: 140

Filed under:
|
|

I am building a custom CMS in ASP.NET MVC and one of the requirements is that the content has a start and end date that dictates whether or not the page appears on the site. What is the best approach to this? Should I run some sort of chron job to mark the status of the page according to its publish dates? Does anyone have any resources or advice on the matter?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about cms