文档介绍:Server Configuration Help
Cute Pet
Version
By Mega5 Group
2001-9
Shanghai Jiao Tong University
Database Server Configuration
Our Database is called “RegCenter”, it contains a table “functiondescriptor” which have all the information we need.
First, open the “Query Analyzer”, connect it to the database, and execute the mands:
EXEC sp_attach_single_file_db ***@dbname = 'RegCenter',
***@physname = '&&&'
(&&& is the path and filename of the .MDF database files.,We have provided a file called “” in our “datafiles” directory.)
After the execution, the database is created. Pleases open the “SQL Server Enterprise Manage” like G1 below:
Graph1: SQL Server Enterprise Manage User Configuration
Under "security"->”login” add a user with username “net” and password “net”, and be sure it can access database “RegCenter”.
IIS Configuration
Please unzip the “” we provided you and then you will get a folder “CutePet”.
The folder contains:
[CutePet]
[Intro]
[Down] [Doc] [About] [RegCenter]
After that, you can create the virtual directory in IIS,and please name it “CutePet”.(P2)
Graph2: Create virtual Directory in IIS
At last, give the “RegCenter” an “Execute” privilege: (P3)
G3
Now, the Server side co