【 Look1080 movie website system features description】:
Intelligent caching: From resource lists, search results, to individual resource display pages, the intelligent caching mechanism achieves the same effect as static HTML. Login node: Integrated social comment system, as long as users leave messages, the website can be promoted to thousands of tripartite platform
SEO: The website uses pure div+css+html5 friendly search engine. Website page adaptation: fully adaptable to various browsing devices such as PC/tablet/mobile phone/etc., no matter what platform and resolution the website is accessed, the website The page layout and size will be automatically adjusted to maximize the humanized interface experience.
Chinese automatic word segmentation: automatically split into words according to the title of the published article (a must-have for SEO), and generate internal links (SEO increases the internal links of the website), and write SEO-related titles Automatically generate abstracts: generate articles based on the article content Summarize the main content and write it into SEO-related titles. Automatically generate preview images: Randomly find images in the main content and generate a preview image.
【Operating environment】
Windows2000/2003, IIS6, Net2.0, MsSQL2000/2005/2008
Special note: If you purchased the space and the customer does not have the permission to configure the environment by yourself, you need to confirm that the space provider will help you configure the pseudo-static configuration, otherwise you can only change the dynamic file with the code .aspx?id=xxx^^
[How to use database]
mssql.sql is the database file, how to use it:
1. Open the MsSQL manager and create a database yourself;
2. Run the mssql.sql file in the created database to create tables and data;
3. Modify web.config to your database link and complete;
[Pseudo-static configuration method]
In order to be more friendly to SEO, this system uses pseudo-static rules (see web.config for details). Configuration method:
1. Please confirm that the operating system is windows2000/2003. It is strongly not recommended to use win7/8 to configure it. It will annoy you to death.
2. IIS configuration: Website->Properties->Directory->Configuration (G)...->Wildcard Application Mapping->Insert executable file: c:windowsmicrosoft.netframeworkv2.0.50727aspnet_isapi.dll
Confirm that the file exists: Uncheck
3. If there is no condition to use the windows server version, please refer to the http://bbs.workyi.com/showtopic-5.aspx address for setting methods of other versions. It is very detailed and each version has configurations.