
MSDE Web Resource Kit - C# and Visual Studio 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: | CSVSSetup.exe |
| Version: | 1.0 |
| Date Published: | 3/5/2004 |
| Language: | English |
| Download Size: | 267 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 Visual Studio.
Top of page
System Requirements
- Supported Operating Systems: Windows 2000; Windows Server 2003; Windows XP
Microsoft Visual Studio .NET.
.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 CSVSSetup.exe to your computer.
Create the Pics2Share database, following the instructions in the Building the Pics2Share Sample Database-3.rtf file.
Run the MyPicsCSVS_Setup.msi file to install the sample application.
Top of page
Top of page