system.diagnostics
System.diagnostics and System.Debug not working from Page Method
We have a Page Method on a web page using ASP .Net. We tried to put in a trace statement using both System.Diagnostics and System.Diagnostics.Debug. In Visual Studio 2008, the break point is not even[详细]
2022-12-19 00:25 分类:问答Identify the w3wp System.Diagnostics.Process for a given application pool
I got few web sites running on my server. I have a \"diagnostic\" page in开发者_如何学编程 an application that shows the amount of memory for the current process (very useful).[详细]
2022-12-18 16:07 分类:问答Problem with System.Diagnosis.TextWriterTraceListener not writing any log to the filesystem
To solve an issue with sending e-mail through a smtp-server where e-mails are not getting sent, I was adviced to enable logging using System.Diagnosis.TextWriterTraceListener to trace the communicatio[详细]
2022-12-18 13:36 分类:问答Help me MAKE C# Monitor (Output) and Feed (Input) to SSH.exe
I\'ve found that the more I refine a question, the better help I get. So, to make the question as complete as possible, I\'m providing this C# WPF solution created in Visual Studio 2010 Beta 2.[详细]
2022-12-17 19:20 分类:问答System.Diaganostics.Process (when one process internally uses another)
I\'ve been using C# System.Diagnostics.Process to monitor the output of a command line utility. 开发者_高级运维[详细]
2022-12-16 23:26 分类:问答C# System.Diagnostics.Process.Start() parameters
Anyone know where a computer keeps what parameters it can accept through this function?For example, I\'d like to know what I can send to Winword.exe (开发者_开发百科Microsoft Word).Or is there an onli[详细]
2022-12-14 03:40 分类:问答C# System.Diagnostics.Process verb issue
I have a Windows Application written in C# VS 2008. The purpose of this application is to convert any file to PDF files.I have found code that works on converting the files however there i开发者_Stack[详细]
2022-12-13 11:00 分类:问答Event Logging IPAddress does not always resolve
I am hooking the Security event log with System.Diagnostics.Eventing.Reader.EventLogWatcher class, and I am watching Event ID 4625 on a 2008 server box, for incoming failed logins (RDP, specifically).[详细]
2022-12-11 05:27 分类:问答System.Diagnostics.Debug.WriteLine in production code
I should probably know this already, but I\'m not sure and I don\'t see it documented. I use System.Diagnostics.Debug.WriteLine quite often dur开发者_Go百科ing the development process to be able to t[详细]
2022-12-09 15:40 分类:问答