2009 graduation project, including student management, file sharing, instant speech, posting questions, class notifications, etc. This system is based on ASP.NET2.0 technology, C# as the development language, and Microsoft Visual Web Developer 2005 Express Edition as the development environment. Microsoft SQL Server 2005 Express is the data store. The configuration of the operating environment includes Microsoft .NET Framework 2.0, Internet Information Services version IIS5.1, and Internet Explorer 6.0.
The development and design of this system is implemented using a B/W/S three-layer structure, namely data layer, business layer, and presentation layer. It can well implement data storage, run business logic, and interface display. The C# language development system, which is designed for the .NET Framework, is truly component-oriented development. There is no need to consider language compatibility, and the development process is relatively simple and easy to understand. Using SQL 2005 EXPRESS that comes with .NET as the database server, you can easily connect the system to the database, with stable performance and easy management.
Under App_Data is the Sql2005 database file (if Sql2005Express is installed on this machine, you can run the program directly without any database settings)
This includes a detailed introduction and graduation thesis. Default login account/password: admin/admin
Expand