File description:
web.config is the configuration file.
The content is as follows:
<add key="ConnString" value="Data Source=(local);Max Pool Size=100;Min Pool Size=3;database=KSSoft_177ks;User
ID=admin;Password=admin888;"></add>
//Database link
<add key="Name" value="s" /> // Login identification name
<add key="Value" value="s" /> //Login identification value
<add key="Admin_TimeSpace" value="60" /> //Administrator login stay time, unit: minutes
<add key="CheckCode_TimeSpace" value="5" /> //When the administrator logs in, the verification code expiration time unit: minutes
<add key="Temp_FavoriteSpace" value="30" /> //User's temporary bookshelf book collection time. Unit: day
<add key="ConfigSiteName" value="Find a book" /> //Website name
<add key="ConfigSiteDir" value="/Book" /> //Website virtual directory, if not, it will be "", if there is, the format will be: "/Book"
<add key="ConfigSiteTitle" value="Novel aggregation portal brings together high-quality novels from various websites" /> //HomepageTitle
<add key="ConfigSiteUrl" value="http://www.ZhangShu8.cn" /> //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
Expand