Operating environment: Vs2008+Sql2005
Program introduction: The program realizes the publishing and management of programming articles and industry news!
Learning points: Three layers, stored procedures, AJAX, static generation, two-level classification navigation..
DB_51aspx is a Sql2005 database, and you can append the background path /admin/
username:admin
password:admin
The database path is in the Web.Config folder. You can modify it yourself. In addition, please use IIS when debugging. Do not use VS. I have not adjusted the path well!
The SHTML folder in the program is used to save static SHTML files. The database contains 1,000 programming-related articles collected from the Internet, and some outdated industry news. Because it is too big, I only kept the Default.shtml on the homepage and others. I deleted it. If you want to use it, please go to the background and generate it all once. I haven’t posted a program on 51aspx for a long time. I wonder if all the friends above are okay. I originally made this program to collect some programming-related articles and industry news on the Internet. It was also a demonstration work when I was applying for a job. Now that I have found a job, I have no time to take care of it. If you think it is worth learning, please read it. The art and program are all written by myself. The navigation bar is copied from CHINAZ. I originally studied NET. Because I was influenced by someone, the code style is very similar to someone else, hey~! Note: Be sure to enable the Asp.net State service, otherwise the verification code will not be displayed.
Expand