The fastest and easiest way to customize a webpage to search for an SQL database?

Usually I only work on projects of system administrators and software packaging and know little about web technologies, but I am entrusted with the task of creating a simple website that looks for a SQL 2005 database from user input and lists the results. What is it.

Can someone help me with some sample code or some such? Since we are Microsoft's clean home, it will run on SQL 2005 and IIS, so I assume that I need to use ASP.NET, but maybe my inexperience leads me to the wrong path.

Any help or suggestions would be much appreciated!

+3
source share
1

, ASP.NET. , .

+4

Source: https://habr.com/ru/post/1702664/


All Articles