Features of mybook single novel website building program :
1: Support volume-by-volume and volume-by-volume reading
2: No suffix access (****.com/read/2, ****.com/read/1), friendly to search engines.
3: Small and compact, the program is only a few hundred KB. A space of 10M can be installed. The database capacity depends on the number of words in the chapters of the novel.
4: The chapter reading page supports the left and right keys of the keyboard to browse the previous article and the next article.
5: The system uses .NET cache to improve access speed and reduce server pressure.
6: The v1.2 version uses the .Nvelocity template to rewrite the front desk.
Recommended environment for system installation:
win2008+iis7.5+.NET4.0+sql2008
Among them, the .net version must be 4.0, and the sql must be above 2005.
1: Installation tutorial:
1: First create a database and copy the contents of mybook.sql in the DataBase directory to the SQL query for execution.
2: Modify the database connection string in web.config in the program root directory to your database information.
The parameters are explained:
DataSource=database IP address;
InitialCatalog=database name;
UserID=database login username;
Password=Password
3: Upload all files in the upload folder to the server program root directory.
Then use your domain name ****.com in the browser to access it.
2: Brief description of the backend management interface
1: Open the background management interface ****.com/Admin/index.aspx, default administrator: admin, password: admin888
2: [Basic information of the novel] Configure the novel's name, author, keywords, description, status, whether to enable volume division and other information.
2: [Volume] If the
3: [Chapter] Add and modify specific chapter information of the novel.
4: [Comments] If the
5: [Friendly Links] Friendly link management.
6: [Clear Cache] If you modify some contents of the above function blocks and want them to take effect immediately, you can clear the cache here and make the modifications effective immediately. Otherwise, the system will not take effect until the cache time expires.
7: [Change Password] To modify the administrator account, you can modify the account number and password. After initial installation, please modify it immediately.
V1.2 update:
Change the template engine to Nvelocity to facilitate custom modification of the template.