Quick Start, tutorial, and example for installing Microsoft. NET Framework SDK
Source: Internet
Author: User
Microsoft. NET Framework SDK is a good learning document. I personally think it is much better than some books on the market. After reading some SDK examples, I found that the examples of some books I have read are from the SDK. Therefore, it is recommended that you start with the. net sdk. However, after VS. NET is installed, it cannot be used directly. You must make some settings. After the installation experience of the two machines, I finally completed the installation process and wrote it out. I hope that other users who want to install the machine will not take a detour.
1. Download and install Microsoft SQL Server 2000 Desktop Engine (MSDE)
My vs. Net is a Chinese version, so I went to the Internet to find the Chinese version. The name is chs_sql2k?sp3.exe, 72 MB. Download the package and run it directly. decompress the package to the C directory. Open the Command Prompt window. At the command prompt, use the CD command to navigate to the folder containing MSDE installation, cd c:/sql2ksp3/MSDE. Run Setup InstanceName = netsdk securitymode = SQL sapwd = "yourmsdepasswd ".
So far, MSDE has been installed.
2. Create an IIS virtual directory, add a sample database to the instance, and set access permissions.
This does not need to be done manually. Microsoft has made a dedicated tool in/microsof Visual Studio. NET 2003/SDK/V1.1/samples/Setup/configsamples.exe. Run configsamples.exe ProgramAfter dozens of seconds, the setting is complete.
3. Run http: // localhost/Quickstart/to start learning.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.