I'm an absolute beginner with ASP.NET[MVC] so this is probably a dumb question.
I want to wire-up a url "http://localhost/clientaccesspolicy.xml" to a specific controller action. How could I go about doing this?
I'm also wondering how to just statically serve a file for this url.
(I was able to statically serve the file by adding it as a 'Content' file at the top level of the project).