Yunfeng Studio enterprise website source code (.net) Version 4.0 is a set of enterprise website systems independently developed by Yunfeng Studio based on the .net environment and suitable for enterprise use. The .net+access. website uses template technology to dynamically generate static pages, and the front-end page is purely static. The website includes information management, product management, news management and online messages. The website name, title, keywords and website description can be set in the background.
Configuration instructions: The server space needs to support .net2.0 and have writable permissions (this is necessary because the static pages in the front desk of the website are dynamically generated. If you are testing on a local computer, please provide the directory where the website is located. Add the everyone user to the folder permissions and grant writable permissions), and the website files need to be uploaded to the root directory of the website (Note: it must be under the root directory, if it is other directories, it will cause program operation errors)
Operation instructions: After uploading the website files to the root directory of the website
1. Visit http://yourdomain/GetPath.asp. The page displays the absolute path of the website root directory on the server. Change the "" in the path to "/", and then use Notepad to open the file under the root directory. web.config file, found
this line of code. Changing the code to this will configure the database connection environment of the website (Note: It is best to change the path and database name of the database on the website to prevent others from attacking. At the same time, after modifying the path and database name, the web The database path in the .config file also needs to be modified). At this time, the GetPath.asp file under the root directory can be deleted.
2. The backend address is http://your domain name/manage/login.aspx. The username and password are both admin. After adding or modifying information, you need to go to Release Management-"Release Website to regenerate the frontend page.
Expand