Stefan Says

Opinions on ASP.NET, ASP, databases etc
posts - 34, comments - 25, trackbacks - 23

Need to restructure the site

I have found it necessery to restructure the ASPCode.net site. While I in theory believe the article structuring is pretty decent and not too hard to follow, in practice you need too many clicks to get where you want to go,

So I tiik the easy way out - registered some new domain names and have created some totally new sites. Here are my ideas on how to split the content between my sites 

ASPCode.net - asp/asp.net scripts and articles

 

Programmingado.net - database related articles

AjaxAndASP.net - asp.net and Microsoft Ajax

One thing that has been invaluable to me now when I start to move content is a url rewriter tool - Ionic's ISAPI Rewrite Filter. This lets me, by just changing some ini files, redirect (and flagging as 301 permanently if desired) requests to some articles to my new domains.

While it's not hard to do a 301 redirect with ASP.NET code I simply didn't feel like needing to change the sourcecode for my CMS just for that reason - I am using a special code branch which I don't feel like updating anymore cause I have taken a completely new road for KBMentor - which you can see on AjaxAndAsp.net - ASP.NET 2.0 and more of a blogging type of end user interface.

 

Print | posted on Tuesday, February 20, 2007 10:44 AM