Creating an RSS Feed in MVC 2.0

I attempted to create an RSS in an MVC 2.0 application using my typical C# Web forms approach and received the following error:  OutputStream is not available when a custom TextWriter is used. The main reason for this is that MVC Views assume the request will be in standard HTML and so it switches the…