[Mono-list] Serving cshtml files as parsed.

Fernando Rodriguez frodriguez.developer at outlook.com
Sun Sep 28 21:12:38 UTC 2014


On Sunday 28 September 2014 9:47:53 PM Martin Thwaites wrote:
> I'm trying to run a solution on mono that uses cshtml files without using
> MVC.
> 
> On Windows, the files are parsed and served, however, on mono it's throwing
> them back as if they are static files.
> 
> I'm sure I'm missing something obvious, but just can't get my head around
> it.
> 
> Anyone got any advice?
> 
> Thanks,
> Martin

Did you configure the web server to handle .cshtml files by mono?

Also to get MVC4 working on mono (I could never get MVC5 working)  I had to 
copy all the System.Web.WebPages.* and Razor assemblies to my bin directory so 
you may need to do the same.


----------
Fernando Rodriguez
frodriguez.developer at outlook.com


More information about the Mono-list mailing list