Version: ASP.NET MVC 1.0
Framework: .NET Framework 3.5 SP1
Language: C#
Development environment: Visual Studion 2008 SP1
Database: MSSQL 2005
Front-end functions: realize posting, replying, registration, and login (most functions use jQuery to implement Ajax operations, and there are also Ajax implementations that come with MVC)
Administrative login:/Account/AdminLogin user:admin pass:admin
Management function: delete posts and add them later!
Adopting a three-layer structure, generic reading data improves the Forms verification function, uses the Filter method, defines the Attrible attribute during Action, and writes the Role's ticket!
Use Session to determine whether it is an administrator!
Use user control (ascx) to bind dynamic data, use jQuery Ajax to post, and reply to use MicrosoftMvcAjax to delete data.
Expand