How to install VS.NET2003 Chinese comseound QuickStart
VS.NET2003 Chinese version comes with MSDE (Desktop Engine) as previous versions, which gives us a number of trouble to install QuickStart, now the installation steps are as follows:
1. In order to make the database access samples can work properly, a Naming instance of a Microsoft SQL Server 2000 Desktop Engine (MSDE) is required. We can download here to the latest SP3A version: http://www.microsoft.com/downloads/details.aspx? DisplayLANG = zh-cn & familyId = 90dcd52c-0488-4e46-AFBF-ACACE5369FA3 Please select the language version you need ( Default Chinese) Then click on "Chs_SQL2kDesksp3.exe 74458 KB" connection below the page to download SQL Server 2000 Desktop Engine (MSDE) latest version
2, double-click the Chs_Sql2kdesksp3.exe file, select the decompressed directory, extract, you can get a installer directory.
3. Open the command prompt window. In the command prompt, use the CD command to navigate to the folder containing the MSDE 2000 SP3A Installation Utility: CD C: / MSDesp3afolder / MSDE
Among them, C: / MSDesp3afolder is a path that points to the DESKTOP ENGINE SP3A folder on the MSDE 2000 SP3A file or the Desktop Engine SP3A folder on the SQL Server 2000 SP3A CD.
Perform one of the following: To install the default instance configured to use a Windows authentication mode, execute: setup sapwd = "astrongsapwd" where the AstrongSAPWD is the strong password specified for SA.
To install a named instance configured to use a Windows authentication mode, execute: setup instanceName = netsdk sapwd = "astrongsapwd" where the AstrongSAPWD is a strong password specified for SA, instanceName is the name specified for this instance.
To install the default instance configured to use a hybrid mode, execute: setup sapwd = "astrongsapwd" securityMode = SQL where the AstrongSAPWD is the strong password specified for SA.
To install a named instance configured to use a hybrid mode, execute: setup instanceName = netsdk securitymode = SQL SAPWD = "astrongsapwd" where the ASTRONGSAPWD is a strong password specified for SA, and InstanceName is the name specified for this instance.
It is recommended to use a mixed mode. For safety, please specify a sufficiently complex password for the SA user. Note that the MSDE instance used by QuickStart is named NetSDK, and ensure that the InstanceName parameter is NetSDK, otherwise the next step is not possible. 4, then run the example configuration utility ", the tool is located in / program files / microsof Visual Studio .NET 2003 / SDK / V1.1 / Samples / Setup / Configsamples.exe It completes the establishment of IIS virtual directory, to Local $ Netsdk An example adds an example database to set access to access. 5, big success, please visit http: // localhost / quickstart / to use Microsoft .NET Framework SDK Quick Start Tutorial