File description:
web.config is the configuration file.
The content is as follows:
//Database link
// Login identification name
//Login identification value
//Administrator login stay time, unit: minutes
//When the administrator logs in, the verification code expiration time unit: minutes
//User's temporary bookshelf book collection time. Unit: day
//Website name
//Website virtual directory, if not, it will be "", if there is, the format will be: "/Book"
//HomepageTitle
//Website URL
Database installation method:
Open the SQL Server Enterprise Manager, click Operations--All Tasks--Attach Database, and select the database file with the suffix MDF in the Database directory.
Backend login method:
If the domain name is http://www.zhaoshu8.cn, the virtual directory is /book, the login ID is s, and the login ID value is ss, then the following is
http://www.zhaoshu8.cn/book/admin/?s=ss
The default login user name is: admin and the password is: admin888