Install Microsoft .NET Framework SDK Quick Start, Tutorial and Example

xiaoxiao2021-03-06  62

Microsoft .NET Framework SDK is a very good learning document, and individuals think that some books on the market are much better. Even after some SDK examples, some of the examples that have been seen before are from SDK. So, it is recommended to learn .NET technology begins with this SDK. But when the VS.NET is installed, it cannot be used directly, some settings must be made. After the installation experience of two machines, I finally got the installation process, write it out, I hope other friends who want to install less bend.

1. Download and install Microsoft SQL Server 2000 Desktop Engine (MSDE)

My vs.net is the Chinese version, so I have a Chinese version found online. The name is CHS_SQL2kDesksp3.exe, 72MB. After downloading, run directly, unzip to the C directory. Open the command prompt window. At the command prompt, use the CD command to navigate to the folder containing the MSDE installation, CD C: / SQL2KSP3 / MSDE. Perform setup instanceName = netsdk securitymode = SQL SAPWD = "YourMsDepasswd".

At this point, the MSDE is installed.

2. Establish an IIS virtual directory to add an example database to an instance, set access, and so on.

This doesn't have to be done manually, Microsoft specializes in a tool, which is located in / Microsof Visual Studio .NET 2003 / SDK / V1.1 / Samples / Setup / Configsamples.exe. Run the configsamples.exe program, after dozens of seconds, the setting ends.

3. Run

http: // localhost / quickstart / start learning.

转载请注明原文地址:https://www.9cbs.com/read-87263.html

New Post(0)