Hello all,

Not entirely sure if this is the right section to post to but can anyone point me into the right direction for the following scenario please?

Say I have a windows form application with FSW (FileSystemWatchers). Each having a status: GREEN - Working okay, ORANGE - Working but with warnings and RED for failures.

I want to reflect this status on a web page (ASP.NET C#) and my initial idea was to have the status' stored in a database and have it accessed through the webform and reflect the appropriate colours for it. However, it got me thinking and correct me if I'm wrong, will MVC be a better option for me? or my current idea is good enough? or is there a better way to do this?

Second question is, is there an easier way for the web app to talk to the winform aside from this way?

Hopefully this all makes sense and any help is greatly appreciated!

Thanks,