ericnet
Programmer
- Mar 29, 2006
- 106
I want to store into an SQL database the performance counters values collected by PerformanceCounter object, I mean using ASP.NET VB.NET code. But I am a little confused about what kind of application I have to build, so that I can start and stop a program that will collect data, maybe monitor, and store some data each period of time into the database. So, this program will automatically fire all those operations once started. This can be done using an aspx page, or several? Or I need to program some kind of windows application in VB.NET?
Thanks
Thanks