[Mono-list] How do I keep breaking ASP.NET?

2004-05-05 Thread Abram Gillespie
So I've done it again, broken ASP.NET.  I installed the Beta1 today and 
it finally fixed my ASP.NET from when I last broke it about a month 
ago.  I've been working on an ASP.NET site in Windows and was eager to 
see it working on Linux (Debian to be specific).  Well, somehow all 
buttons are broken.  They were working when I first installed (I played 
around with the samples to be sure), but now all buttons don't run the 
code registered to them.  I'm not sure what action broke things; 1 - 
putting the site up or 2 - editing httpd.conf.

The other interesting thing to note is I have no DirectoryIndex set for 
either directory, yet for /mono/ index.aspx and /test/ default.aspx are 
magically loaded.  WTF?  In fact, here's the relevant bit of my 
httpd.conf:

[removed all the other mono setup junk]

Alias /mono /usr/local/share/doc/xsp/test

SetHandler mono
Options Indexes

Alias /test /usr/bin/apache2/htdocs/test

SetHandler mono
Options Indexes

Any ideas?  Is there someplace stuff is cached where I can just wipe it 
and Mono will recreate everything?  I've already tried rebooting and 
reinstalling.

You can see the broken samples here:
http://141.152.79.120/mono/
And the site I'm working on here:
http://141.152.79.120/test/
Thanks for any help.  I'll be amazed if you can figure this one out.
-Abe
___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] How do I keep breaking ASP.NET?

2004-05-06 Thread Gonzalo Paniagua Javier
El jue, 06-05-2004 a las 08:43, Abram Gillespie escribió:

> [removed all the other mono setup junk]
> 
> Alias /mono /usr/local/share/doc/xsp/test

Try quoting /usr/local/share/doc/xsp/test. Same thing for the other
Alias.

-Gonzalo



___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list