A WEB website system specially developed for enterprises, with full back-end management. The functions include company news, company introduction, product classification, product detailed management, customer messages and other modules.
[Technical Parameters] Development tools: VS 2005 Development language: C# Database: Supports both ACCESS and SQL SERVER. The database selection setting is in web.config. <add key="ConnClass" value="0" /> (if it is 1, use Access database) <add key="ConnACDB" value="DBwebdb.aspx" /> <add key="ConnSqlDB" value="Provider=SQLOLEDB.1;Persist Security Info=False;Server=.;User ID=sa;Password=sa;Database=webdb;" />
This backend code is completely developed by people within this team. The editing control uses CuteEditor in some modules, and some modules use their own code to implement it. The project file is now cut as follows: DB_51aspx is a Sql database, just attach it DB/webdb.aspx is an Access database, and the background management address is not enabled by default: ManageLogin.aspx Default management account/password: codepub/codepub.com