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.
Asked
Active
Viewed 861 times
1 Answers
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
-
Apache fails to start with this config... – jjxtra Jun 01 '19 at 18:24