[Mono-list] ASP .NET Debug/Trace
Jackson Harper
jackson@ximian.com
Fri, 05 Dec 2003 12:35:54 -0800
> * Can we access a generated .cs file relative to the compiled aspx
> assemby? In what directory are these dlls stored?
Simplest way to do this right now is to put a bad token in the file so
it isn't compiled properly. Just stick a /* in a script. The debug page
will show the complete page source.
> * I can not get any trace output (page and application relative). Is it
> not implemented yet? Having Trace.Warn("buu","buu") throws a null
> pointer exception, and this is a major problem because of win
> compatibility.
Could you file a bug report for this please? Or at least provide a
small test case.
> * Is there support to web.config and machine.config files?
Yes, web.config and machine.config are both implemented. If you have
any problems please file bug reports.
Jackson