Okay, I now have my virtual host working again, but I had to delete my
Global.asax file and replace it with the one from the xsp test directory and
replace my index.aspx page with a simple html page.  It's going to take me
quite a while to figure out what's causing my pages to break.  I'll probably
have to build the entire application over again from scratch, and it's taken
me months to build it.  That's the only way I can think of to find what's
causing it to break, is by adding a little piece of functionality at a time
until I get to the point where it actually breaks.

I'm seriously thinking about using PHP instead of Mono.

Carl
http://www.carl-olsen.com/


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Carl Olsen
Sent: Sunday, September 11, 2005 10:15 PM
To: [EMAIL PROTECTED]; mono-list@lists.ximian.com
Subject: RE: [Mono-list] mod_mono problem

Okay, I'm finally making some progress.  I got this to run with xsp 1.1.9:

xsp --root /usr/lib/xsp/test

using:

http://localhost:8080/index.aspx

When I try it with my application, I get an error, which means that there's
something different about my application.  I'm going to copy the
configuration files from the /usr/lib/xsp/test directory into my application
and see if that makes a difference.  Once I get it running with xsp, I'll go
back and try the virtual host thing again.

Carl

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Niel Bornstein
Sent: Sunday, September 11, 2005 4:41 PM
To: mono-list@lists.ximian.com
Subject: RE: [Mono-list] mod_mono problem

I am having the same problem with xsp in 1.1.9:
Server error in '/' application

________________________________________________________________________
Description: Error processing request. 

Error Message: HTTP 500. 

Stack Trace: 
System.ArgumentNullException: Argument cannot be null.
Parameter name: path
in <0x000c9> System.IO.Directory:CreateDirectory (System.String path)
in <0x000d5> System.Web.Compilation.CachingCompiler:Compile (System.String
language, System.String key, System.String file,
System.Collections.ArrayList assemblies)
in <0x00093> System.Web.UI.TemplateParser:GetAssemblyFromSource
(System.String vpath)
in <0x00169> System.Web.UI.TemplateParser:ProcessMainAttributes
(System.Collections.Hashtable atts)
in <0x00093> System.Web.UI.TemplateControlParser:ProcessMainAttributes
(System.Collections.Hashtable atts)
in <0x00bc5> System.Web.UI.PageParser:ProcessMainAttributes
(System.Collections.Hashtable atts)
in <0x000c9> System.Web.UI.TemplateParser:AddDirective (System.String
directive, System.Collections.Hashtable atts)
in <0x005d8> System.Web.UI.TemplateControlParser:AddDirective (System.String
directive, System.Collections.Hashtable atts)
...

Niel



_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list



_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to