User-788886914 posted
Hello All:
I've written a Windows Form application which performs following functions:
- Connects to Modbus TCP/IP devices and collects data periodically
- Stores the data in local SQL Database/Could Database
- Generates statistics, alarms, reports etc..,
- Creates users and logins. Authorizes different access levels to users etc..,
But this GUI runs on Windows desktop. I would like to convert or rewrite this application so that I can host on local sever or a cloud based server. As per my research, ASP.NET core is the way to go? I am new to ASP.NET and there are 100s of options. I am
totally confused which approach should I be using
Could anyone please suggest what is the best way to rewrite this application to host on local/cloud server.
Thank you,
Shwetha.