I am a beginner to ASP.NET. I need some directions for this task.
Information about task:
Phase 1 : Assume Server whose health to monitor is GEMINI. Create two unattended (non UI) Windows Services (or Windows exe) written in C#. Every specific ?duration? the windows services will be invoked.Use app.config file to store this duration value. Should check the server (GEMINI) if it is up or down. Check the following various applications under following broad classifications in the server. Server IIS SQL Server Windows Service ( control panel --> under services u see services running) Windows Exe Web Service
If the application is down and the server is down it has to log data into the sql server database.
Thanks in advance!
Ramito
This conversation is currently closed to new comments.
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
Health monitoring server up or down and logging information to Database.
I am a beginner to ASP.NET. I need some directions for this task.
Information about task:
Phase 1 : Assume Server whose health to monitor is GEMINI.
Create two unattended (non UI) Windows Services (or Windows exe) written in C#.
Every specific ?duration? the windows services will be invoked.Use app.config file to store this duration value.
Should check the server (GEMINI) if it is up or down.
Check the following various applications under following broad classifications in the server.
Server
IIS
SQL Server
Windows Service ( control panel --> under services u see services running)
Windows Exe
Web Service
If the application is down and the server is down it has to log data into the sql server database.
Thanks in advance!
Ramito