The interface of recipe management system v1.0 gb2312 is relatively refreshing and the color is light blue;
There is background management, you can add uploaded pictures, and you can choose to generate thumbnails and water reflections for uploaded pictures;
Using the URL rewriting function, you can hide .aspx and pages into .html;
The database uses MS Sql2000 to store large amounts of data;
Attach before use, the database file is stored in the Sql2000DB directory;
This version is the first version and may contain bugs, which will be improved in the future.
Other information that needs to be changed:
1. First define the website domain name in Web.config, ending with /, such as: http://localhost/ or http://www.abc.com/
2.URL rewrite settings
IIS configuration: Website->Properties->Directory->Configuration (G)...->Mapping->Application Extension->Add executable file: c:windowsmicrosoft.netframework(version number) aspnet_isapi.dll
Extension: .html
Action: restricted to GET, HEAD, POST, DEBUG
Script engine: Check to confirm whether the file exists: Uncheck
Username and password are both: www.spuhome.com
Backstage login: admin/login.aspx
Expand