A cloud service that can work well with a ASP .NET desktop application

pradeep 21 Reputation points
2022-06-07T12:38:54.687+00:00

We have an ASP.NET application that runs locally on Windows PCs. We have the following requirement:

During an event, our application will send an email to a recipient with an Approval link.
Recipient can either approve or decline the request.
Based on the approval or decline state, our desktop app should trigger an event to change a state.

I'm not familiar with cloud services. I would like to know whether any public cloud service providers like AWS or Azure offer any cloud service to support such scenarios.

Note: We already have a provision to send email from our application. We are using MailKit.

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
637 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,165 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
{count} votes

Accepted answer
  1. Bruce (SqlWork.com) 56,026 Reputation points
    2022-06-08T15:23:58.093+00:00

    any website technology with a persistent store would work. the links in email are to the cloud hosted website. it would also have a api called by on premise server.

    if you want to stick to asp.net both AWS or Azure support it. you might also be interested in Azure functions or AWS lambdas.


0 additional answers

Sort by: Most helpful