Suppose I got a MVC3 website with a URL like this:
http://www.anything.com/feed.xml
The trick is, the file feed.xml does not really exist, it will be generated dynamically by a controller at runtime. That way, it will be transparent to people. Any idea how should I bind the controller to the virtual URL?
Thank you very much.
Is this what you need?