asp.net - call stack missing info on mono with apache and mod_mono -
how enable debugging/stacktrace filenames , numbers apache2/mod_mono? instead of filenames , numbers this
at system.web.staticfilehandler.processrequest (system.web.httpcontext context) [0x00000] in <filename unknown>:0
i tried using monodebug true in apache , recompile mod_mono --enable-debug , have <compilation debug="true">
inside of configuration>system.web>httpruntime
in web.config.
i using debian lenny , tried installing mono-debugger, restart apache , still no luck. used configuration tool no luck. many supported on suse? http://go-mono.com/config-mod-mono/
i had same problem. there quite few solutions. first of all, must install mono-core-debuginfo package, or might not work.
second, must run mono in debug mode
*solution 1: add virtual host section/httpd.conf
monosetenv monodebug true
*solution 2: start xsp/mod-mono-server debug
$ mono_options=--debug xsp2
Comments
Post a Comment