MoBlog1.4 is only a sample program of MoAspEnginer (1.2.5) and only contains basic blog functions.
1. Basic environmental needs
The debugging environment of this program is Windows2003+IIS6.0 and Windows7+IIS7.5. IIS6 and above versions can run normally;
Do not use non-IIS web server debugging, such as NetBox, etc.;
There will be problems with the IIS5 debugger: http://www.9fn.net/post/51.html
2. Help
Access install.asp in this directory through a browser to install. For example, http://yourdomain/install.asp
After the installation is complete, please delete or transfer the install.asp file and the Install folder.
Help document address: http://www.9fn.net/help/
Update log: http://www.9fn.net/update.html
3. Statement
1. This program is made as a sample program of MoAspEnginer. The details of the program have not been fully considered, such as the verification of background form data, etc.; the data verification of the front-end page has been processed in detail.
2. This program runs in the root directory by default. If you want to run in a subdirectory, please modify the configuration items of 404.asp. For example, if you want to run in the directory moblog, the configuration items are as follows
MO_APP_NAME="App"'A random English name, it is recommended to use a combination of letters and numbers
MO_ROOT="/moblog/"'The directory where default.asp is located. If set to empty, it will be automatically obtained.
MO_CORE="/moblog/Mo/"'The path where the core is located. If set to empty, it will be automatically obtained (this is not necessary, multiple APPs can use the same core)
MO_APP="/moblog/App/"'The path where your current App is located. If set to empty, it will be obtained based on MO_APP_NAME.
MO_APP_ENTRY=""'You can customize the entry file. If it is set to empty, it will be automatically obtained.
3. The core variable must be Mo, please do not change it to another name, that is, the Mo in "DimMo:SetMo=NewMoAspEnginer:Mo.Run():SetMo=Nothing" is fixed and cannot be modified.
4. Contact and communication
QQ group: 127430216-MoBlog communication (MoAspEnginer)