Sometimes Baidu has thousands of ways to implement the functions we want, but it cannot. This is undoubtedly a big blow to programmers...
Recently, we used vs 2010 to connect to SQL Sever 2000 for web courses. It looks crazy, isn't it? The search results for different versions are not satisfactory.
But when you let go of your textbooks carefully and patiently, it's just a plice of cake.
Let's not talk about that much nonsense, but start with the Tutorial:
Make necessary configurations for the database. The configuration tool is saved in aspnet_regsql.exe under the c: \ windows \ Microsoft. NET \ framework \ v2.0.50727 directory. 2.0.50727 in the directory is the version number of ASP. NET, and the corresponding version numbers on different computers may be different. As long as you look for it carefully, you can find it and believe in yourself.
Run aspnet_regsql.exe. The welcome window of the ASP. net SQL Server Installation Wizard is displayed, becauseProgramNo, so I will try my best to use the text to describe the image below. I hope you don't mind and be patient. In fact, you cannot use too much patience, because the installation method is very short.
Next step-->Select to configure SQL server for the Application Service -->Next step-->Select the SQL Server database server, database name, and user authentication information-->
Next step-->Complete
Completed, isn't it easy ....