
MSDE Web Resource Kit - Visual Basic .NET and Web Matrix 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: | VBWMSetup.exe |
| Version: | 1.0 |
| Date Published: | 3/5/2004 |
| Language: | English |
| Download Size: | 257 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 Visual Basic .NET using Web Matrix.
Top of page
System Requirements
- Supported Operating Systems: Windows 2000; Windows Server 2003; Windows XP
ASP.NET Web Matrix (Can be downloaded at http://www.asp.net/webmatrix/download.aspx?tabindex=4).
.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 VBWMSetup.exe to your computer.
Create the Pics2Share database, following the instructions in the Building the Pics2Share Sample Database-3.rtf file.
Run the MyPicsVBWM_Setup.msi file to install the sample application.
Top of page
Top of page