[Mono-list] MVC site on fastcgi + nginx produces NotImplementedException in System.Web.Routing.Route.GetRouteData unless PATH_INFO is specified

Robert Jordan robertj at gmx.net
Thu Aug 6 13:12:00 EDT 2009


Hi Sergii,

Sergii Volchkov wrote:
> Since System.Web.Routing.Route.GetRouteData is likely to throw
> NotImplementedException only if (Request.PathInfo != String.Empty), I
> tried to add the following parameter to nginx.conf:
> 
>             fastcgi_param PATH_INFO "";
> 
> After the change, everything worked properly.

Would you please post a sample URL of the request that caused
the exception?

Robert



More information about the Mono-list mailing list