Creating a txt handler in IIS7?

I have some csharp source files I’d like to be browsable but I don’t know how to setup the handler for them. Then end in the extension .cs and I just want visitors to be able to click them and view them as if they were nothing but .txt files.

How do I accomplish this, without simply renaming the files?

Thanks!