C# .net asp.asax禁止(Mono)

C# .net asp.asax禁止(Mono),c#,asp.net,nginx,mono,C#,Asp.net,Nginx,Mono,我正在尝试在fastcgi和nginx上运行mono 但每次我想访问该页面时,我都会收到错误消息 Application Exception System.Web.HttpException This type of page is not served. Description: HTTP 403.The type of page you have requested is not served because it has been explicitly forbidden. The ex

我正在尝试在fastcgi和nginx上运行mono

但每次我想访问该页面时,我都会收到错误消息

Application Exception
System.Web.HttpException
This type of page is not served.

Description: HTTP 403.The type of page you have requested is not served because it has been explicitly forbidden. The extension '.asax' may be incorrect. Please review the URL below and make sure that it is spelled correctly.
Details: Requested URL: /PathtoFile/Global.asax
Exception stack trace:
  at System.Web.HttpForbiddenHandler.ProcessRequest (System.Web.HttpContext context) <0x4042efa0 + 0x00127> in <filename unknown>:0 
  at System.Web.HttpApplication+<Pipeline>c__Iterator1.MoveNext () <0x412e0000 + 0x044d2> in <filename unknown>:0 
  at System.Web.HttpApplication.Tick () <0x412d9c10 + 0x00057> in <filename unknown>:0
我在跑步

Ubuntu 15.04
Mono 4
PHP 5
FastCGI
Ubuntu 15.04
Mono 4
PHP 5
FastCGI