Description: Operating environment: Win 2000 Server + SQL Server 2000 + MS vs.net Framework
Install: 1. Untie the BookShop. Rar to a directory, such as C:\ BookShop, and set it to Web share.
2. To start the query analyzer of SQL Server by using the data files in the Database to a certain directory, such as C:\ Db,
Run the following stored procedures
Sp_attach_db BookShop, c:\db\ bookshop_data.mdf, c:\db\ bookshop_log.ldf
If it is correct, you should build a database called BookShop on your SQL Server Server.
3. Open the file web. Config (text) in the BookShop directory
& lt; AppSettings>
& lt; Add key="strConnection" value="data source=kiss-2iawrfcmv7 initial catalog=BookShop persist security info=False user id=sa workstation id=LJY packet size=4096" />
This section changes (local) to your database server name, and the sa is changed to a user who has access to the BookShop database.
4, open IE verification, this can't be taught:)
- [webbook] - online bookstore, a good topic graduate
- [PasEdit] - pas script compiler, compiler to write t
- [GetVolumeAction] - This procedure is the use of Open Invent
- [bookshop] - Graduation project to do the online book
- [hbcx] - This is an asp.net and write SQl server2
File list (Check if you may need any files):