I have an mp3 file in my site. I want to output it as a view. In my controller I have:
public ActionResult Stream() { string file = \'test.mp3\';
You should create your own class which inherits from ActionResult, here is an example of serving an image.