I'm very new to Windows server-side development.
I just registered a Microsoft Azure
free Trial account.
I would like to do a very basic exercice:
I want to create a very basic windows application (eg, in C#) such that it takes a file as input and returns its size (in the first place, it is not necessary to store the file on the server, but that may be useful in the future).
Then, I want to connect this application to my existing website, hosted by
DigitalOcean
&Nginx
&Ubuntu
to realize a SaaS service, such that users could upload a file to the application hosted by the Windows server, and see the file size shown on the website.
Could anyone tell me which are the steps to follow to create this mechanism?
Edit 1:
1) Why Windows server? Because i am going to install other windows applications over there, eg, Microsoft Excel, though it is not recommended.