Description: This classmate alumni demo address: http://class.19870123.cn/
Please change Settings in web.config, such as database path, after downloading
To change the SQL database, change the mypages.cs in app_code to the following code
If (false) // if it is the Access database, change this to #if(true) or change to #if(false)
Public class MyPage: LeeHom.Web.UI.OlePage
{
}
Public class MyMasterPage: LeeHom. Web. UI. OleMasterPage
{
}
# the else
Public class MyPage: LeeHom.Web.UI.SqlPage
{
}
Public class MyMasterPage: LeeHom. Web. UI. SqlMasterPage
{
}
# endif
The Sql execution statement is in App_Data under database.sql
Background management: http:// url/admin /
Default administrator: admin password: admin
A new user can be registered to delete the admin user after a new user is installed
Due to my study, net is only half a year old, so the work I made is a little messy in code, and there are probably a lot of bugs
If there are any bugs or good ideas, I'd like you to give me an explanation.
My email address is: dotnetlee@qq.com
Or go to http://www.19870123.cn/ message
At the same time, the class library used in this system is available at http://www.19870123.cn/ Tid = 157 downloads
Note the document at http://doc.19870123.cn/
File list (Check if you may need any files):