> > I had installed the monobundle, but had a previous debian installation from > the official repository, got rid of that then: > > export MOZILLA_FIVE_HOME=/lib/mozilla > > Ans away we go... > > Seems to be working now anyhow.
I am glad you got it working. I guess what was happening is that you were running MonoDevelop.exe with the previous Mono installation which did not had environment setup to locate the libraries in the bundle. > Fair enough, I had run apache & mod_mono before on this PC, but this is the > first time I have tried XSP. > > I notice that XSP supports the Trace (& Debug) tags, whereas mono-server > doesn't. > > Is the a page that shows the differences between XSP & mono-server (is > mono-server the same as mod_mono?). mono-server and xsp are basically the same code, one has a connector to talk to mod_mono and is intended to work in conjuction with Apache. The other implements a simple http server and is intended for standalone usage. (mod_mono itself just acts as a connector between Apache and mono-server) _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
