1. I published my work (EduMis Information Release System) half a year ago, and then I have been studying it. I recently found it on the Internet and found that it has been posted a lot. Thank you for your concern.
2. The renamed LongTrue information release system is a work that I studied the three-tier architecture until it matured. The system released this time is not very complete, but it is close to the final version. Everyone knows that this system will be handed over to LongTrue. Chao Technology Company will continue to improve, and at the same time promises that each new version will release a source code version for exchange and learning (the currently provided version except LT_Common.dll does not provide source code, other layers of source code are provided together, LT_Common.dll There are only a few parameters about the copyright system that you can reference directly when using them. Of course, you can also reset them in the LT_Utilities layer and then modify the external references.)
3. Without further ado, here are the website setup instructions:
(1) The web.config file sets basic usage settings for the database and editor;
(2) LT4ImagesEditorImages is the fixed directory of the editor used by the website and cannot be changed;
(3) www.LongTrue.com_License.txt in the root directory is an authorized file and must be used, otherwise the system background cannot be edited, etc. Please do not delete it by mistake;
(4) LongTrueMDB.mdb in App_Data is the website database; counter.xml is the access record. This file can be saved regularly or deleted;
(5) Programming language: C# Version=3.5.0.0, development environment: Visual Studio 2008 + ACCESS + Microsoft.EnterpriseLibrary;
(6) Basically, the dll referenced by the project is already in LT_DALBIN. If it cannot be found due to development, just reference it directly from there;
4. About password:
The super administrator account is: admin, and the password is: lt888; if you forget it, please copy "24EDD5ACD8970BAA2A7271DFC74770F27435E534" (ie lt888) directly into the access database; the password "7C4A8D09CA3762AF61E59520943DC26494F8941B" is "123 456";
Expand