我已经在我的 Apache 中成功安装了 mod mono,我现在可以运行aspx文件但不能运行cshtml文件。当我尝试打开cshtml文件时,剃须刀代码出现在浏览器中。我尝试在其中添加cshtml扩展名mod_mono.conf,mod_mono_auto.conf但仍然cshtml无法识别。
我还尝试添加必要的二进制文件,例如System.Web.WebPages.Razor.dll访问时出现错误aspx:
Access to the path "/var/www/bin" is denied.
我错过了什么?