[Mono-list] asp.net / apache troubles

Gonzalo Paniagua Javier gonzalo@ximian.com
28 Jan 2003 22:54:22 +0100


El mar, 28-01-2003 a las 21:18, O.S. de Zwart, endforward escribió:
> Hello,
> 
> After installing mono and xsp and mod_mono I get the following error
> with each request to apache. Any hints? (I have seen this in search
> results on the mailing list but the links all return a 404)
> 
> Error
> 
> System.Web.HttpException: String returned by
> HttpRuntime.GetResourceStringFromResourceManager
> in <0x00085> 00 System.Web.HttpApplication:InitModules ()
> in <0x00057> 00 System.Web.HttpApplication:Startup
> (System.Web.HttpContext,System.Web.HttpApplicationState)
> in <0x00121> 00 System.Web.HttpApplicationFactory:GetPublicInstance
> (System.Web.HttpContext)
> in <0x000b0> 00 System.Web.HttpApplicationFactory:GetInstance
> (System.Web.HttpContext)
> in <0x0014a> 00 System.Web.HttpRuntime:InternalExecuteRequest
> (System.Web.HttpWorkerRequest)

Do you have a machine.config file in $(PREFIX)/etc/mono ? If not, try
using this one: http://www.gnome-db.org/~gonzalo/mono/machine.config

-Gonzalo