I am aware of the generation of the Performance Counters and Diagnosis in webrole and worker-role in Azure.
I have开发者_开发问答 an app running on Azure which logs (traces, really) to the Azure Diagnostics storage. I\'m looking for a good tool which can be used to analyze these logs.
I have an ASP.NET MVC website that gets about 6500 hits a day, on a shared hosting platform at Server Int开发者_开发问答ellect.I keep seeing app restarts in the logs and I cannot figure out why.
Today, I came across two error messages which I never seen before. It\'s completely new to me. Here is the code:
Closed.开发者_如何学Python This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Do you guys know 开发者_如何学编程of a library/httpmodule for logging slow loading pages (perhaps for a specific treshold) in an ASP.NET environment?
I\'m trying to trace through a large .net website to find out what\'s taking 4 to 5 seconds to load. Normally I just put:
I have a worker role that I would like to get diagnoistics feedback on... after adding the appropriate connection string to the ServiceConfiguration.cscfg and th开发者_如何转开发e following code:
I\'m working on some internal logging framework and for the sake of performance it seems a good idea to lazily get a StackFrame. I want to use this StackFrame to get the first method outside m开发者_运
Thought I would throw this one out there and see what other people\'s experiences have been like. I\'m experiencing an issue with a system at work where it stops processing jobs in a queue and \'jams