[Mono-list] mono/linux newbie needing xsp test help
Jamie Hornstein
jamie@starntech.com
Tue, 10 Dec 2002 16:23:52 -0500
I found my problem, I was alreay running apache on port 8080!
Oops. So I switch it to 8081 and it appears to be listening.
Now when I view the xsp test server pages, I get:
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)
I'm stuck now :)
> -----Original Message-----
> From: mono-list-admin@ximian.com
> [mailto:mono-list-admin@ximian.com] On Behalf Of Jamie Hornstein
> Sent: Tuesday, December 10, 2002 4:06 PM
> To: mono-list@ximian.com
> Subject: [Mono-list] mono/linux newbie needing xsp test help
>
>
> Windows ASP developer background, I can fake my way through
> most basic linux tasks by utilizing google, but I'm a little
> stuck now.
>
> I have a fairly fresh install of RH8.0 and installed rpms for
> the libgc and mono-0.17 today. The rpms installed without
> any warnings/errors.
>
> I then installed the xsp test server using make/make install
> and I think that all went ok (it said it was successfull on both).
>
> when I run mono server.exe, I get the following output:
>
<snip>