i need to output some debugging information from code on a web-site.How can i call \[code\]OutputDebugString\[/code\] from an ASP.net web-site, and have it appear to users running DbgView?Note: Web-sites do not support \[code\]System.Diagnostics.Trace.TraceWarning(...)\[/code\].