Hi All,
I have an windows application writtten in C# and ASP.Net.
It reads messages from the Message Queue and stores into database.
Due to some unknown reasons to me, it automatically stops running after sometime.
The duration is not specific, it can be hours or days.
While I figure out the reason for the above, I want to write an application, which will identify whether the application is running or not.
If the application is not running, the program should initate the exe to restart.
Any suggestions pls.
Thanks
Regards
cmrhema
I have an windows application writtten in C# and ASP.Net.
It reads messages from the Message Queue and stores into database.
Due to some unknown reasons to me, it automatically stops running after sometime.
The duration is not specific, it can be hours or days.
While I figure out the reason for the above, I want to write an application, which will identify whether the application is running or not.
If the application is not running, the program should initate the exe to restart.
Any suggestions pls.
Thanks
Regards
cmrhema
Comment