Using WSS v3 for a database
As many of you know I am on the board of CodeMash . We are now working on updating the site for this year's conference. We just pushed v1 live, and are now working on the attendee registration features. Last year we had a great site. It was ASP.NET, web services built with the service software factory, and SQL Server 2005. It worked great. One of the features for the site was a news channel that was on the homepage, a news page, and an rss feed. In order to manage the news content we also had an admin tool, and some supporting tables and so on. This worked fine. But this year, as I was refactoring, I just didn't want to deal with remote DBs, and upgrading the admin interface. So, one day while I was talking to local WSS bad boy (amongst other things), I came up with the idea of having the news content come from a WSS list that was on our planning portal. Sounded easy to me; wire the news business object to the web services for WSS instead of some EntLib code that I had i...