Yunfeng Blog System is a blog system independently developed by Yunfeng Studio. System environment: asp.net 2.0 +access development language C#.net.
Usage steps:
1. Unzip the source code compression package, and then upload the source code to the server space (Note: The server space needs to support .net2.0, and the file can be written. This system uses the technology of dynamic web pages to generate static web pages, so ensure that the file writability)
2. Visit "Your domain name/ShowPath.aspx", the page displays the absolute path of the database on the server. For example, the author's local computer displays "F:Website Publishingyunfeng blog version 1.0webDataBaseblog. mdb", replace the "" in this path with "/", that is, "F:/Website Release/yunfeng blog version 1.0/web/DataBase/blog.mdb" (for convenience, newpath is used to replace this database path below), Use Notepad to open the web.config file under the root directory, find the line "", replace the value after Data Source with the newpath you just obtained, and access the "F:/Website Release/yunfeng blog version 1.0/" in the sentence just now. web/DataBase/blog.mdb". Find this sentence again, replace localhost with your domain name. Then upload the web.config file to the root directory of the server space. Delete ShowPath.aspx on the server space.
3. The front-end of the website is a static web page. Therefore, after publishing or deleting information, you need to go to the back-end management - "Release Management" to regenerate the home page and the home page of each column.
Expand