NetworkError: 404 Not Found, networkerror404

Source: Internet
Author: User

NetworkError: 404 Not Found, networkerror404

The website is implemented using the BootStrap framework. When the website is published to the Server (Windows Server 2008 R2) IIS, the following exception is displayed:

 

Insus. NET runs under the relevant directory to check whether these font files exist.

Why? It reminds Insus. NET of the days before, to solve the problem of video PM4 "enable MP4 in IIS" http://www.cnblogs.com/insus/p/5507493.html is certainly the reason why IIS does not have MIME Type:

Original web. config Configuration:



<System. webServer> <staticContent> <remove fileExtension = ". woff "/> <mimeMap fileExtension = ". woff "mimeType =" application/x-font-woff "/> <remove fileExtension = ". woff2 "/> <mimeMap fileExtension = ". woff2 "mimeType =" application/x-font-woff2 "/> <remove fileExtension = ". ttf "/> <mimeMap fileExtension = ". ttf "mimeType =" application/x-font-truetype "/> <remove fileExtension = ". svg "/> <mimeMap fileExtension = ". svg "mimeType =" image/svg + xml "/> <remove fileExtension = ". otf "/> <mimeMap fileExtension = ". otf "mimeType =" application/x-font-opentype "/> <remove fileExtension = ". eot "/> <mimeMap fileExtension = ". eot "mimeType =" application/vnd. ms-fontobject "/> </staticContent> </system. webServer>Source Code



Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.