Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
232 views

Tweet meta syntax for ODLs

I am interested in the idea of using Tweets/SMS/Identica or other short text status update systems to track Observations of Daily Living (or ODLs). The basic notion is that you send status updates to ...
2
votes
1answer
276 views

Globally handling exceptions in static aspx [WebMethods] in ASP.NET

The default behavior of a [WebMethod] attributed static method on an aspx page is to return the error to the caller. We are accessing these methods using json, and the only way we have found of ...
1
vote
2answers
325 views

Configure ASP.NET Health Monitoring to ignore specific errors?

My ASP.NET app has a web.config healthMonitoring section set up to email me when errors occur. Periodically I get errors that I would like to ignore, such as Invalid Viewstate or ScriptResource.axd ...
0
votes
0answers
32 views

What business processes to capture via JMX

I'd like to gather metrics concerning "business aspect" via JMX. What type's of data points or questions should I consider to capture that are "business centric" and not necessarily environment ...
0
votes
1answer
43 views

How to automate health check up in remote system?

Hi i need to check the disk space in a number of remote systems(Windows os 2000) and have to sent a mail if the space is below a particular level. How can this be automated. What script can be used
0
votes
2answers
144 views

How to log each method's exection time on a page, business and data access layer in ASP.NET?

I have a complex ASP.NET application and it's running since 2009. I need to monitor it's performance and determine which methods in which layers are time or resource consuming. Then I can optimize ...
0
votes
2answers
95 views

How can I monitor DB calls in weblogic?

How do I find which DB call is currently executed by my weblogic server?
0
votes
0answers
54 views

Is it possible to use the TemplatedEmailWebEventProvider for HealthMonitoring in asp.net mvc?

I have an action in DiagnosticsController called ErrorEmail but I get the following error when attempting to trigger a HealthMonitoring email. Any suggestions would be great. Here are my web.config ...
0
votes
1answer
109 views

SqlWebEventProvider w/ windows service

I am trying to raise some custom events to a SqlWebEventProvider from a windows service. Here are the steps I have taken and the results I have seen. I cannot figure this one out. Setup 2 ...