Introduction - If you have any usage issues, please Google them yourself
Before running the system described in the system, the user must modify the database connection string, in this case the connection string stored in the database file Conn.cs App_Code class file in createconn () function, users only need to modify the file the connection string to the database. public static SqlConnection createconn () {SqlConnection con = new SqlConnection (" server = (local) database = cmsnews uid = sa pwd = sa " ) return con } after the modification is completed, the user that is running Default.aspx Home available.