Rick Version 02 – Building a custom ActionResult to perform a HTTP 301 redirect

Yesterday I've made the very first version of Rick, a URL Shortening Service in ASP.net MVC, and today I've made the first addition.

In Version 02 of Rick, I have added a custom ActionResult to perform a HTTP 301 redirect instead of the default HTTP 302 one. You can get the Source Code on http://www.codeplex.com/rick, and you can watch the tutorial video on Vimeo. Topics include a short overview of HTTP 301 vs. 302 and how to actually create a custom ActionResult.


Rick Version 02 - Building a custom ActionResult to perform a HTTP 301 redirect from Michael Stum on Vimeo.