[Mono-list] Re: XSP Issue
Flávio Luiz Mendes
xdot@brturbo.com.br
Sun, 19 Jan 2003 17:10:23 -0200
Gonzalo Paniagua Javier wrote:
>El sáb, 18-01-2003 a las 19:15, Amerigo5 Amerigo5 escribió:
>
>
>>mint server.exe
>>
>>I get:
>>
>>** Warning **: cannot find mono/machine.config
>>Trying to load app config file...
>>Listening on port: 8080
>>
>>can anybody comment as to what is going on? Thanks.
>>
>>
>
>Try setting MONO_CFG_DIR environment variable to /etc or /usr/etc or
>whereever mono directory containing machine.config is.
>
>-Gonzalo
>
>
>
>_______________________________________________
>Mono-list maillist - Mono-list@ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-list
>
>
>
>
I try setting MONO_CFG_DIR enviroment variable to /etc or /usr/etc
and try doing a mint instead of mono when running the server.exe
but I get this.
** Warning **: cannot find mono/machine.config
Trying to load app config file...
Listening on port: 8080
and
System.Web.HttpException: String returned by HttpRuntime.GetResourceStringFromResourceManager
#0: 0x00025 throw in System.Web.HttpApplication::InitModules ()
#1: 0x0001b callvirt in System.Web.HttpApplication::Startup ([0x8115af8] [0x82c1d58] )
#2: 0x00066 callvirt in System.Web.HttpApplicationFactory::GetPublicInstance ([0x8115af8] )
#3: 0x00062 callvirt in System.Web.HttpApplicationFactory::GetInstance ([0x8115af8] )
#4: 0x00076 call in System.Web.HttpRuntime::InternalExecuteRequest ([0x810d770] )
#5: 0x00006 callvirt in System.Web.HttpRuntime::ProcessRequest ([0x810d770] )
#6: 0x0000d call in Mono.ASPNET.MonoWorkerRequest::ProcessRequest ()
#7: 0x00013 callvirt in Mono.ASPNET.Worker::Run ([(nil)] )
#8: 0x00000 in System.Threading.WaitCallback::Invoke ([(nil)] )
#9: 0x0007a callvirt in System.Threading.ThreadPool::WorkerThread ()
#10: 0x00000 in System.Threading.ThreadStart::Invoke ()
Flávio