What product of Microsoft can use to create an online form and save the data in a SQL database?

BSA_AQ 10 Reputation points
2023-02-08T22:25:04.5066667+00:00

Good morning, everyone.

I am working in a project to create a webpage for one of our clients. Also, it is required to create an online form based on the paper forms and add to the webpage.

The forms once they will be filled should save the data in a SQL database.

What product of Microsoft can I use?

Regards,

BSA_AQ

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,891 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Piotr Ślusarczyk 0 Reputation points
    2023-02-09T00:21:47.45+00:00

    It rather depends what code stack you want to use. Generally, a web application written in most languages can communicate with SQL Server via proper connection drivers. For example, write a web application in C#, Python etc. (what you feel good) and deploy it on a virtual machine or Azure App Services https://azure.microsoft.com/pl-pl/products/app-service/#overview.

    Or maybe this can help:

    https://learn.microsoft.com/en-us/answers/questions/89295/creating-a-simple-web-site

    Please, precise the problem.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.