phil abbott wrote:
And if it is I apologize. I'm guessing this is a delevopers list not a support one. Please dont flame - just point me in the right direction. But, I've spent about 3hrs this afternoon trying to get a simple asp page to display from my server. I've installed mono via the installer .bin chosing all the defaults accept I installed to /usr/local/mono-1.1.10 I installed mod_mono from source. I added include conf/mod_mono.conf to httpd.conf and restarted. No errors in the apache log and no mention of mono starting either but the test asp page was not handled by mono as it still had all the raw asp code in. My guess is mod-mono-server.exe isnt starting as there is no sign of it from ps and netstat doesnt show it listening on 8080. Any suggestions as to what i can do to track down the problem? P
Well.... Need more details otherwise it's a shoot in the dark.. For starters.. Since version 1.1.10 there is an autohosting feature. Try reading about it here and report further errors/success. http://www.mono-project.com/AutoHosting Please be aware you may need to find 1.1.10-2 or you'll get a known error.
(May also look to see what's between your location tags) AddHandler mono .aspx .ascx .asax .ashx .config .cs .asmx .axd .soap .rem SetHandler mono Cheers, C. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
