Now it says:
Server error in '/demo' application Description: Error processing request.
Error Message: HTTP 500.
Stack Trace:
System.InvalidOperationException: Process has not been started.
in <0x0003b> System.Diagnostics.Process:get_ExitCode ()
in <0x00050> (wrapper remoting-invoke-with-check) System.Diagnostics.Process:get_ExitCode ()
in <0x002bd> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters,string[])
in <0x003dc> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDomBatch (System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])
in <0x00050> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDom (System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)
in <0x00171> System.Web.Compilation.CachingCompiler:Compile (System.Web.Compilation.BaseCompiler)
in <0x002f6> System.Web.Compilation.BaseCompiler:GetCompiledType ()
in <0x00251> System.Web.Compilation.AspGenerator:GetCompiledType ()
in <0x00070> System.Web.UI.ApplicationFileParser:GetCompiledApplicationType (string,System.Web.HttpContext)
in <0x00047> System.Web.HttpApplicationFactory:CompileApp (System.Web.HttpContext)
in <0x00032> System.Web.HttpApplicationFactory:InitializeFactory (System.Web.HttpContext)
in <0x00073> System.Web.HttpApplicationFactory:GetInstance (System.Web.HttpContext)
in <0x00132> System.Web.HttpRuntime:InternalExecuteRequest (Syst
Brent Andrewsen wrote:
Assuming you also have this line in your httpd.conf: LoadModule mono_module modules/libmod_mono.so
Try killing the mod-mono-server.exe processes, then starting it from the command line as root:
# /usr/bin/mono /usr/bin/mod-mono-server.exe --filename /tmp/mod_mono_server --applications /demo:/usr/share/doc/xsp/test --nonstop &
Then chown the /tmp/mod_mono_server file to the web server user: # chown wwwuser.wwwuser /tmp/mod_mono_server
Brent
Igor Anikeev <[EMAIL PROTECTED]> 7/12/2004 3:44:16 PM >>>
Hi,
I have Apache 2.0.49 installed and compiled mod)mono from ximian site as needed. Make install added the line loading the module. Now I added the following to the server configuration:
Alias /demo "/usr/share/doc/xsp/test" MonoApplications "/demo:/usr/share/doc/xsp/test" <Directory /usr/share/doc/xsp/test> SetHandler mono </Directory>
After that I'm supposed to get a list of examples at http://localhost/demo/index.aspx bu all I get is:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Apache/2.0.49 (Fedora) Server at localhost Port 80
Any ideas?
-- Best regards, Igor Anikeev
jabber://[EMAIL PROTECTED] ICQ #312483023
signature.asc
Description: OpenPGP digital signature
