
MSDE Web Resource Kit - C# and .NET SDK Version
Brief Description
This code sample illustrates how to use MSDE as the back end for an ASP.NET Web application.
On This Page
Quick Details
| File Name: | CSSDKSetup.exe |
| Version: | 1.0 |
| Date Published: | 3/5/2004 |
| Language: | English |
| Download Size: | 255 KB |
| Estimated Download Time: | 1 min 56K |
Overview
This code sample illustrates how to use MSDE (Microsoft SQL Server 2000 Desktop Engine) as the back end for an ASP.NET Web application. This version is implemented in C# using the .NET SDK.
Top of page
System Requirements
- Supported Operating Systems: Windows 2000; Windows Server 2003; Windows XP
A text editor, such as Notepad, to review the application’s source files.
.NET Framework 1.1.
Microsoft SQL Server 2000 Desktop Engine (MSDE) Release A.
The sample Pics2Share database installed. See the Building the Pics2Share Sample Database-3.rtf file that installs with the sample for instructions on creating this database.
Top of page
Instructions
Download and extract CSSDKSetup.exe to your computer.
Create the Pics2Share database, following the instructions in the Building the Pics2Share Sample Database-3.rtf file.
Run the MyPicsCSSDK_Setup.msi file to install the sample application.
Top of page
Top of page
Top of page