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.develo...@outlook.com
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to