1

I'm using Ubuntu 11.04 as a dedicated server. I installed mod_mono and mono-xsp2 on apache as described here. Apache serves .aspx or .asmx files as files, literally. I checked and mod_mono is enabled. What could be wrong? Should I state somewhere that the mono handler should be used? xsp serves just fine.

ren
  • 337
  • 1
  • 10

1 Answers1

2

ok, so this is what I had to do: add

MonoAutoApplication disabled
AddHandler mono .aspx .asmx
MonoApplications "/:/var/www"

in /etc/apache2/apache2.conf

ren
  • 337
  • 1
  • 10