[Mono-list] Mono Beta 1 on mandrake 9.2

2004-05-20 Thread Tracy Barlow
ASP simply does not work. There are no error messages, Mozilla simply reports that the file is of type application/x-asp-net and that it does not know what to do with it. -- Regards Tracy Barlow TracyAnne Software Phone 07 4124 5092 Mobile 0416 00 38 61 Email [EMAIL PROTECTED] Web

[Mono-list] Mono Beta 1 on mandrake 9.2

2004-05-21 Thread Tracy Barlow
I was having similar problems after updating to beta1 and the new mod_mono with mdk9.1 a while back (from cvs, not from the rpms, however). It turned out to be mostly pebkac on my part: a combination of: a) permissions problems: since the new mod_mono starts the asp.net process itself, it runs wit

[Mono-list] Mono Beta 1 on mandrake 9.2

2004-05-21 Thread Tracy Barlow
the following works fine, just so long as I nominate the file I wish to load into the browser, for example http://localhost:8000/default.aspx LoadModule mono_module modules/libmod_mono.so Alias / "/var/www/html" SetHandler mono if however I attempt to load

[Mono-list] Mono Beta 1 on mandrake 9.2

2004-05-22 Thread Tracy Barlow
I have fixed the problem. It was of my own doing. I forgot to set the Mozilla cache to reload the page every time instead of supplying it from the cache, when it hadn't changed. Although I would have thought no response from the web server would have resulted in a 404 or 500 error. -- Regards T

Re: [Mono-list] Mono Beta 1 on mandrake 9.2

2004-05-20 Thread Mark Gimelfarb
Is your SetHandler directive set correctly? Regards, Mark. Quoting Tracy Barlow <[EMAIL PROTECTED]>: > ASP simply does not work. There are no error messages, Mozilla simply > reports that the file is of type application/x-asp-net and that it does > not know what to do with it. > > -

Re: [Mono-list] Mono Beta 1 on mandrake 9.2

2004-05-21 Thread Jonathan Stowe
On Fri, 2004-05-21 at 02:35, Tracy Barlow wrote: > ASP simply does not work. There are no error messages, Mozilla simply > reports that the file is of type application/x-asp-net and that it does > not know what to do with it. Works fine for me. Can you provide more details. /J\ __

Re: [Mono-list] Mono Beta 1 on mandrake 9.2

2004-05-21 Thread Chris Turchin
Hi Tracy, I was having similar problems after updating to beta1 and the new mod_mono with mdk9.1 a while back (from cvs, not from the rpms, however). It turned out to be mostly pebkac on my part: a combination of: a) permissions problems: since the new mod_mono starts the asp.net process itself,

Re: [Mono-list] Mono Beta 1 on mandrake 9.2

2004-05-21 Thread Tracy Barlow
I copied the following into my httpd.conf file LoadModule mono_module modules/libmod_mono.so Alias /mono "/usr/share/doc/xsp/test" MonoApplications "/mono:/usr/share/doc/xsp/test" SetHandler mono added MonoUnixSocket /tmp/mod_mono_server I started mod-mono-se

Re: [Mono-list] Mono Beta 1 on mandrake 9.2

2004-05-21 Thread Tracy Barlow
Sorry ignorethe previous. I copied the following into my httpd.conf file LoadModule mono_module modules/libmod_mono.so Alias /mono " /usr/local/share/doc/xsp/test" MonoApplications "/mono: /usr/local/share/doc/xsp/test" SetHandler mono added MonoUnixSocket /tmp/mod