Venus small blog system is a small blog system based on ASP.NET+MSSQL for personal use for free. When the author wrote this system, the main purpose was to provide a simple personal blog. Therefore, this system basically did not introduce more JS components, nor did it adopt too many new technologies.
The operating conditions of the system are loose. Basically, as long as it is Windows, it can run if you install MSSQL2008Express.
An overview of the system’s features include:
(1) For single user use, the system does not support multi-person use, nor does it provide multiple sets of skins.
(2) Provide basic blog functions, including: publishing articles, blog categories, blog tags, comments and photo albums, and personal profiles.
(3) Compactness is the biggest feature of this system. This system is only about 1.5M.
Venus blog system installation method:
(1) IIS creates a blog site
(2) Create a database and run the blog.sql script under app_data. You can also run http://localhost/install to run the script.
(3) Modify the database connection in web.config.
The system default username is admin and password is 123456. For more functions, see the demo.