Hi everyone,
I am trying to get xsp to serve up .cshtml pages, (as opposed to full blown asp.net mvc with Razor) As far as I can tell, having a working asp.net solution with razor added via nuget should be sufficient to get things working, but it appears something is missing as adding an index.cshtml page and accessing it via 127.0.0.1:8080/index.cshtml simply downloads the page in the browser.
I am guessing that there is some machine config somewhere that I need to set so the pages will be processed by xsp.
Any pointers would be appreciated.